diff --git a/Trigger/TrigValidation/TrigUpgradeTest/test/test_emu_newjo.sh b/Trigger/TrigValidation/TrigUpgradeTest/test/test_emu_newjo.sh index 4cdc315f570af3cd8320bb9f14d8308910deedb2..b7e616872764362a3819cf8e80d5ca3fe799014f 100755 --- a/Trigger/TrigValidation/TrigUpgradeTest/test/test_emu_newjo.sh +++ b/Trigger/TrigValidation/TrigUpgradeTest/test/test_emu_newjo.sh @@ -2,19 +2,6 @@ # art-type: build # art-include: master/Athena -rm -rf EmuNewJOTest.py bootstrap.pkl bootstrap.py - -# this is a hack to pre-confgure scheduler and other MT services, -#will be taken away once NEW system has better means to influence the bootstrap content -cat <<EOF >> bootstrap.py -from AthenaCommon.AppMgr import theApp, ServiceMgr as svcMgr -svcMgr.AvalancheSchedulerSvc.ShowControlFlow=True -svcMgr.AvalancheSchedulerSvc.ShowDataDependencies=True -EOF - -athena --imf --threads=1 --config-only=bootstrap.pkl bootstrap.py - - get_files -jo TrigUpgradeTest/EmuNewJOTest.py python EmuNewJOTest.py # generate pickle status=$?