From 2f942aa73eb0ac564fca2bafe72afa36f1133983 Mon Sep 17 00:00:00 2001
From: James Beacham <j.beacham@cern.ch>
Date: Tue, 18 Sep 2018 14:25:06 +0000
Subject: [PATCH] Merge branch '21.0-RunTier0Tests-SimInputFolderUpdate' into
 '21.0'

Update simulation test reference file location

See merge request atlas/athena!14122

(cherry picked from commit 8dea392031dde411f7b2f62fb7dcbb6d6f8623fc [formerly 4688b4f68385bd2a226e97f9621edcf1d5fac6c2])

a7ab3f67 Update simulation test reference file location.

Former-commit-id: 6016cf78f69e31d338db9d470d273c714b086a71
---
 Tools/PROCTools/python/RunTier0Tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tools/PROCTools/python/RunTier0Tests.py b/Tools/PROCTools/python/RunTier0Tests.py
index e2e7394fba2..0bec289fbf8 100755
--- a/Tools/PROCTools/python/RunTier0Tests.py
+++ b/Tools/PROCTools/python/RunTier0Tests.py
@@ -647,7 +647,7 @@ def main():
 #        mysetup=mysetup+",builds"
         logging.info("------------------ Run Athena q-test jobs---------------"                )
 
-        sim_input_file = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CommonInputs/ttbar_muplusjets-pythia6-7000.evgen.pool.root" # For sim test
+        sim_input_file = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/ttbar_muplusjets-pythia6-7000.evgen.pool.root" # For sim test
 
         if RunFast:
             for qtest in qTestsToRun:
-- 
GitLab