From 452081d1e8a85fcb4b57406d88c6b0985da778fd Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Thu, 19 Dec 2024 16:22:53 +0100 Subject: [PATCH] re-fix --- .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 4ebd8dd5..6f1284bf 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 -j2 --output-on-failure -R '(histoi_param|carlson)' --test-output-size-failed 5000000 +ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j2 --output-on-failure -R '(histo_param|carlson)' --test-output-size-failed 5000000