From dcf74af4c8d7d0e575e9af850278386a4b48fb63 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Mon, 17 Dec 2018 14:13:20 +0100
Subject: [PATCH] AthenaPoolTest: Fix test script.

gbl was undefined in the SetFatalHandler call.
But in fact, we shouldn't be loading dsos before initialize() anyway,
so just get rid of this call.
---
 .../AthenaPoolTest/share/AthenaPoolTestWriteDoubleSelector.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestWriteDoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestWriteDoubleSelector.py
index 6b8ef0ec406..79db9a76bde 100644
--- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestWriteDoubleSelector.py
+++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestWriteDoubleSelector.py
@@ -13,10 +13,6 @@
 ## basic job configuration (for generator)
 import AthenaCommon.AtlasUnixGeneratorJob
 
-# Set handler for traceback
-gbl.AthenaServices.SetFatalHandler(438)
-
-
 ## get a handle to the default top-level algorithm sequence
 from AthenaCommon.AlgSequence import AlgSequence
 topSequence = AlgSequence()
-- 
GitLab