From 96a7ef9a13a28bb419080a93706d6274fefb23e6 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 15 Sep 2017 14:32:11 +0200 Subject: [PATCH] EventLoopTest: Fix ATN test failures. Remove -s switch from athena tests. Was causing a false match against the error pattern. Former-commit-id: e7489f7139fd4ae561037a15898c033ac488b60b --- AtlasTest/EventTest/EventLoopTest/test/ByteStreamReadTest.xml | 2 +- AtlasTest/EventTest/EventLoopTest/test/EventMixerTest.xml | 2 +- AtlasTest/EventTest/EventLoopTest/test/MultiplePassTest.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AtlasTest/EventTest/EventLoopTest/test/ByteStreamReadTest.xml b/AtlasTest/EventTest/EventLoopTest/test/ByteStreamReadTest.xml index 44aabcfaeec..9e737dd8387 100755 --- a/AtlasTest/EventTest/EventLoopTest/test/ByteStreamReadTest.xml +++ b/AtlasTest/EventTest/EventLoopTest/test/ByteStreamReadTest.xml @@ -1,7 +1,7 @@ <unifiedTestConfiguration> <atn> <TEST name="ByteStreamReadTest" type="athena" suite="Examples"> - <options_atn>-s EventLoopTest/ByteStreamReadTest.py</options_atn> + <options_atn>EventLoopTest/ByteStreamReadTest.py</options_atn> <timelimit>5</timelimit> <author> Hong Ma </author> <mailto> hma@bnl.gov </mailto> diff --git a/AtlasTest/EventTest/EventLoopTest/test/EventMixerTest.xml b/AtlasTest/EventTest/EventLoopTest/test/EventMixerTest.xml index 7b5091f44cb..905bb827534 100755 --- a/AtlasTest/EventTest/EventLoopTest/test/EventMixerTest.xml +++ b/AtlasTest/EventTest/EventLoopTest/test/EventMixerTest.xml @@ -1,7 +1,7 @@ <unifiedTestConfiguration> <atn> <TEST name="EventMixer" type="athena" suite="Examples"> - <options_atn>-s AthenaServices/MixingEventSelector_test.py</options_atn> + <options_atn> AthenaServices/MixingEventSelector_test.py</options_atn> <timelimit>15</timelimit> <author> Paolo Calafiura </author> <mailto> pcalafiura@lbl.gov </mailto> diff --git a/AtlasTest/EventTest/EventLoopTest/test/MultiplePassTest.xml b/AtlasTest/EventTest/EventLoopTest/test/MultiplePassTest.xml index cd80a7ef221..8a77e4e6795 100755 --- a/AtlasTest/EventTest/EventLoopTest/test/MultiplePassTest.xml +++ b/AtlasTest/EventTest/EventLoopTest/test/MultiplePassTest.xml @@ -1,7 +1,7 @@ <unifiedTestConfiguration> <atn> <TEST name="MultiplePass" type="athena" suite="Examples"> - <options_atn>-s AthenaServices/MultiplePass_test.py</options_atn> + <options_atn> AthenaServices/MultiplePass_test.py</options_atn> <timelimit>5</timelimit> <author> Paolo Calafiura </author> <mailto> pcalafiura@lbl.gov </mailto> @@ -14,7 +14,7 @@ </atn> <atn> <TEST name="MultiplePassWithAlgFilter" type="athena" suite="Examples"> - <options_atn>-s AthenaServices/MultiplePassWithAlgFilter_test.py</options_atn> + <options_atn> AthenaServices/MultiplePassWithAlgFilter_test.py</options_atn> <timelimit>5</timelimit> <author> Paolo Calafiura </author> <mailto> pcalafiura@lbl.gov </mailto> -- GitLab