7testStatus = int(os.environ[
"ATLAS_CTEST_TESTSTATUS"])
9 print(f
"Post evaluation: ERROR: previous step went wrong (exit code {testStatus})")
12if os.path.exists(
"NoDBConnection.txt"):
19for ft
in [
"L1Menu",
"L1Prescales",
"Bunchgroups",
"HLTMenu",
"HLTPrescales"]:
20 with open(
"%s1.json" % ft,
'r')
as fh1, open(
"%s2.json" % ft,
'r')
as fh2:
25 print(f
"Post evaluation: Files {ft}1.json and {ft}2.json are identical")
27 print(f
"Post evaluation: ERROR: Files {ft}1.json and {ft}2.json are not identical !!")
void print(char *figname, TCanvas *c1)