From d73b9741e100a19798f671d808555fc4934d3edd Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Fri, 6 Sep 2024 07:16:40 +0200 Subject: [PATCH] restore 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 4462cf87..3512de1d 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 '(roosta|tools)' --output-on-failure --test-output-size-failed=5000000 +ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j4 -R --output-on-failure --test-output-size-failed=5000000