From e02cb9052df4fc6a8df23f05430e42853e8613b8 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Tue, 1 Oct 2024 11:53:24 +0200 Subject: [PATCH] re-enable all tests --- .aux/test_with_lcg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aux/test_with_lcg b/.aux/test_with_lcg index 6c24a883..8923cec5 100755 --- a/.aux/test_with_lcg +++ b/.aux/test_with_lcg @@ -4,4 +4,4 @@ CMTCONFIG=$2 source /cvmfs/sft.cern.ch/lcg/views/${LCG}/${CMTCONFIG}/setup.sh source build/INSTALL/thisostap.sh cd build -ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j4 -R gof --output-on-failure --test-output-size-failed=5000000 +ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j4 --output-on-failure --test-output-size-failed=5000000