From 90f951848679cf37e92442f32f74ee31eb6178f4 Mon Sep 17 00:00:00 2001 From: Mark Hodgkinson <m.hodgkinson@sheffield.ac.uk> Date: Tue, 6 Dec 2022 10:48:28 +0100 Subject: [PATCH] Add log file to test. --- .../RecExRecoTest/test/test_RecExReco_Art_Taus_fromESDMC20e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_Taus_fromESDMC20e.sh b/Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_Taus_fromESDMC20e.sh index 9715cc01a1a7..1d16554ff473 100755 --- a/Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_Taus_fromESDMC20e.sh +++ b/Reconstruction/RecExample/RecExRecoTest/test/test_RecExReco_Art_Taus_fromESDMC20e.sh @@ -6,7 +6,7 @@ # art-include: master/Athena # art-output: *.log -python $Athena_DIR/python/Reconstruction/tauRec/TauConfig.py +python $Athena_DIR/python/Reconstruction/tauRec/TauConfig.py | tee temp.log echo "art-result: ${PIPESTATUS[0]}" test_postProcessing_Errors.sh temp.log -- GitLab