Skip to content

Commit

Permalink
print cmsbot crab test msg
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 24, 2024
1 parent e590cb2 commit e4c89b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crab/pset.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def cmsbot_crab_test():
from subprocess import getstatusoutput
from FWCore.Version.cmsbot_crab_test import CMSBOT_CRAB_TEST
cmsbot_exit, cmsbot_out = getstatusoutput("cmsbot_crab_test.sh")
print("CMSBOT Crab Test:",CMSBOT_CRAB_TEST,cmsbot_exit, cmsbot_out)
if cmsbot_exit or (cmsbot_out != "OK") or (CMSBOT_CRAB_TEST != "OK"):
sys.exit(1)

Expand Down

0 comments on commit e4c89b3

Please sign in to comment.