Skip to content
Snippets Groups Projects
Commit 4ea09b99 authored by Roel Aaij's avatar Roel Aaij
Browse files

Fixup log of HLT1 throughput test

parent 585b3493
No related branches found
No related tags found
1 merge request!423Fixup log of HLT1 throughput test
Pipeline #7397359 passed
......@@ -55,6 +55,10 @@ $MOORESCRIPTSROOT/scripts/testbench.py \
--hlt-type=config.git:0x10000001 \
$MOORESCRIPTSROOT/tests/options/HLT1/Arch.xml 2>&1
# Fixup HLT1 log to remove a spurious Evts/s from the fake event loop
sed -i 's/Evts/Events/g' MooreOnline_hlt1_pp_default_data/HLT1_0.log
# Combine all logs for the throughput handler
head -n-0 MooreOnline_hlt1_pp_default_data/*.log > ThroughputTest.log
# force 0 return code so the handler runs even for failed jobs
......
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