From ca896a0cb34c55537b942e2c850604a2ed026b85 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Thu, 25 Apr 2024 11:45:37 +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 2b294367..eb15780c 100755 --- a/.aux/test_with_lcg +++ b/.aux/test_with_lcg @@ -4,5 +4,5 @@ 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 -j8 -R '(parall|add)' --output-on-failure +ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j8 --output-on-failure