From cd494d349e4ade8fe9b7af241ce35e94ab25f8af Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 19 Jun 2017 17:50:27 +0200 Subject: [PATCH] AthenaPoolExampleAlgorithms: Reference file comparison fix. Fix for address blinding in reference file comparison. Former-commit-id: df526daeb4d07d96c339103212cbb8093a20cf63 --- .../AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in index 21efd7595a0..453d2e847e8 100755 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/test/athenarun_test.sh.in @@ -17,7 +17,7 @@ s/^.*Py:Athena /Athena /g s/fffffffff/f/g s/000000000/0/g s/INFO CLID = 222376821, key = Stream[12]/INFO CLID = 222376821, key = StreamX/g -s/0x[0-9a-f]\\\\{8\\\\}/0x????/g +s/0x[0-9a-f]\\\\{7,8\\\\}/0x????/g EOF # Ordering sensitivities -- GitLab