Skip to content
Snippets Groups Projects
Commit 96d00108 authored by Artem Basalaev's avatar Artem Basalaev Committed by Frank Winklmeier
Browse files

Compatibility fixes in art-tests scripts SimCoreTestsMT, OverlayTestsMT, DigitizationTests

parent 56e7cc5c
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3
...@@ -60,7 +60,7 @@ if [ $rc2 -eq 0 ] ...@@ -60,7 +60,7 @@ if [ $rc2 -eq 0 ]
then then
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
art.py compare grid --entries 10 "${ArtPackage}" "${ArtJobName}" --mode=semi-detailed --order-trees --diff-root --excluded-vars mc_event_number art.py compare grid --entries 10 "${ArtPackage}" "${ArtJobName}" --mode=semi-detailed --order-trees --diff-root
rc4=$? rc4=$?
fi fi
echo "art-result: $rc4 regression" echo "art-result: $rc4 regression"
...@@ -33,7 +33,7 @@ if [ $rc -eq 0 ] ...@@ -33,7 +33,7 @@ if [ $rc -eq 0 ]
then then
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --excluded-vars mc_event_number art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees
rc2=$? rc2=$?
fi fi
echo "art-result: $rc2 regression" echo "art-result: $rc2 regression"
...@@ -32,7 +32,7 @@ if [ $rc -eq 0 ] ...@@ -32,7 +32,7 @@ if [ $rc -eq 0 ]
then then
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --excluded-vars mc_event_number art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees
rc2=$? rc2=$?
fi fi
echo "art-result: $rc2 regression" echo "art-result: $rc2 regression"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment