Skip to content

Commit

Permalink
Update test_with_lcg
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 26, 2024
1 parent 7eec992 commit 4233feb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .aux/test_with_lcg
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ 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 -R '(histos_param|roostat)' --output-on-failure --test-output-size-failed 5000000
=======
#!/usr/bin/env bash
LCG=$1
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 --test-output-size-failed 5000000
>>>>>>> Stashed changes

0 comments on commit 4233feb

Please sign in to comment.