From 706973f403de0468508d6ef3dd538d1d808c41b5 Mon Sep 17 00:00:00 2001
From: James Beacham <j.beacham@cern.ch>
Date: Sat, 17 Nov 2018 20:52:09 +0000
Subject: [PATCH] Merge branch '21.0-directIO-art-colon-bugfix' into '21.0'

DirectIOART: Added missing colons in 21.0

See merge request atlas/athena!15991

(cherry picked from commit 5ccd3e5fe098fbb3ab764ef8dda088c8c97b0a65 [formerly 7578775d111cc89c61e1c350d832fdbc2f833e9c])

a7981782 Added missing colons

Former-commit-id: ed347cf477ae543501360ee96c38c0d82e2863f7
---
 Tools/DirectIOART/generateARTtests.py         | 20 +++++++++----------
 .../test/test_directioart_tfileopen.py        | 20 +++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/Tools/DirectIOART/generateARTtests.py b/Tools/DirectIOART/generateARTtests.py
index ef18ee2fb7d..d55aef995ef 100755
--- a/Tools/DirectIOART/generateARTtests.py
+++ b/Tools/DirectIOART/generateARTtests.py
@@ -223,16 +223,16 @@ def writeTFileOpen():
   outstring = """#!/usr/bin/env python\n
 # art-description: DirectIOART TFile::Open
 # art-type: grid
-# art-include master/Athena
-# art-include master/AthSimulation
-# art-include 21.0/Athena
-# art-include 21.0/AthSimulation
-# art-include 21.2/AthAnalysis
-# art-include 21.2/AthDerivation
-# art-include 21.2/AnalysisBase
-# art-include 21.2/AnalysisTop
-# art-include 21.3/Athena
-# art-include 21.9/Athena\n
+# art-include: master/Athena
+# art-include: master/AthSimulation
+# art-include: 21.0/Athena
+# art-include: 21.0/AthSimulation
+# art-include: 21.2/AthAnalysis
+# art-include: 21.2/AthDerivation
+# art-include: 21.2/AnalysisBase
+# art-include: 21.2/AnalysisTop
+# art-include: 21.3/Athena
+# art-include: 21.9/Athena\n
 import ROOT
 import os\n"""
   # loop over turl list
diff --git a/Tools/DirectIOART/test/test_directioart_tfileopen.py b/Tools/DirectIOART/test/test_directioart_tfileopen.py
index c600b22e1ed..acb2e0e178c 100755
--- a/Tools/DirectIOART/test/test_directioart_tfileopen.py
+++ b/Tools/DirectIOART/test/test_directioart_tfileopen.py
@@ -2,16 +2,16 @@
 
 # art-description: DirectIOART TFile::Open
 # art-type: grid
-# art-include master/Athena
-# art-include master/AthSimulation
-# art-include 21.0/Athena
-# art-include 21.0/AthSimulation
-# art-include 21.2/AthAnalysis
-# art-include 21.2/AthDerivation
-# art-include 21.2/AnalysisBase
-# art-include 21.2/AnalysisTop
-# art-include 21.3/Athena
-# art-include 21.9/Athena
+# art-include: master/Athena
+# art-include: master/AthSimulation
+# art-include: 21.0/Athena
+# art-include: 21.0/AthSimulation
+# art-include: 21.2/AthAnalysis
+# art-include: 21.2/AthDerivation
+# art-include: 21.2/AnalysisBase
+# art-include: 21.2/AnalysisTop
+# art-include: 21.3/Athena
+# art-include: 21.9/Athena
 
 import ROOT
 import os
-- 
GitLab