Skip to content
Snippets Groups Projects
Commit e7a61c2c authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Cherry-pick b441b782

Don't print histSizes output to stdout
parent 05dc67f0
1 merge request!24584Cherry-pick updates to Trigger ART tests from master
......@@ -53,7 +53,7 @@ timeout 5m perfmon.py -f 0.90 ntuple.pmon.gz
### HISTOGRAM COUNT
echo $(date "+%FT%H:%M %Z")" Running histSizes"
timeout 5m histSizes.py -t expert-monitoring.root 2>&1 | tee histSizes.log
timeout 5m histSizes.py -t expert-monitoring.root >histSizes.log 2>&1
### CHAINDUMP
......
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