From d447357c328a59698f6e7c4ad72263caf55fcfe9 Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Wed, 21 Aug 2024 11:11:45 +0200 Subject: [PATCH] Update test_with_lcg --- .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 a33fb0f2..a55a2da6 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 -j4 -R _io_ --output-on-failure +ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j4 --output-on-failure