Skip to content
Snippets Groups Projects
Commit f3af2483 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

SUSYTools: Adding create pool file command for AthAnalysis tests

Needed for ART grid jobs


Former-commit-id: a4c5f21f546bc47504128032bdcea51787fb1da2
parent 666e4576
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
# art-output: monitoring.atlfast.root
# art-output: dcube
# Create empty pool file
art.py createpoolfile
echo "Running SUSYTools test: \'share/minimalExampleJobOptions_atlfast.py\'"
athena SUSYTools/minimalExampleJobOptions_atlfast.py --evtMax=-1
echo "art-result: $? TEST"
......
......@@ -6,6 +6,9 @@
# art-output: monitoring.data.root
# art-output: dcube
# Create empty pool file
art.py createpoolfile
echo "Running SUSYTools test: \'share/minimalExampleJobOptions_data.py\'"
athena SUSYTools/minimalExampleJobOptions_data.py --evtMax=-1
echo "art-result: $? TEST"
......
......@@ -6,6 +6,9 @@
# art-output: monitoring.mc.root
# art-output: dcube
# Create empty pool file
art.py createpoolfile
echo "Running SUSYTools test: \'share/minimalExampleJobOptions_mc.py\'"
athena SUSYTools/minimalExampleJobOptions_mc.py --evtMax=-1
echo "art-result: $? TEST"
......
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