diff --git a/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt b/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt index 67c8b9831264a5f4a6e54fb562b1aa488da63d61..d6e732f4833a043459accb7a661f1d0904fca733 100644 --- a/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt +++ b/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt @@ -18,7 +18,7 @@ NB: If adding new config files (e.g. muon_geometry) please inform: @lugrazet or <argument name="timeout"><integer>3600</integer></argument> <argument name="args"><set> <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_input.py</text> - <text>$HLT2CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text> + <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text> </set></argument> <argument name="options"><text> from Configurables import HiveDataBrokerSvc @@ -37,7 +37,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, stdout=remove_known_warnings(stdout)) import re -matches = re.findall('LAZY_AND: (Hlt2[A-Za-z0-9_]+) .*Sum=(\d+)', stdout) +matches = re.findall('LAZY_AND: (Hlt1[A-Za-z0-9_]+) .*Sum=(\d+)', stdout) if not matches: causes.append('no line decisions found')