From 5862129f63ecb20134a5bcc3480e804920041951 Mon Sep 17 00:00:00 2001 From: lihan <hanliangliang_1_2@163.com> Date: Wed, 11 Sep 2019 16:53:58 +0200 Subject: [PATCH] change the line to its previous status because failing test --- ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx index 3f65c8502307..5d3f03122312 100644 --- a/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx +++ b/ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx @@ -25,7 +25,7 @@ ISvcLocator* g_svcLoc = nullptr; class GaudiEnvironment : public ::testing::Environment { protected: virtual void SetUp() override { - Athena_test::initGaudi("optionForTest.txt", g_svcLoc); + Athena_test::initGaudi("/afs/cern.ch/user/l/lihan/private/repo/athena/ForwardDetectors/ZDC/ZDC_SD/share/optionForTest.txt", g_svcLoc); } }; class ZDC_StripSDtest : public ::testing::Test { -- GitLab