Skip to content

Commit

Permalink
remove debugging code added for #8357 (#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Apr 26, 2024
1 parent 616470a commit b24904b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/makeTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,7 @@
testSubmitScript = dummyTestScript
validationScript = """
checkStatus ${taskName} COMPLETED
crabCommand "--debug getoutput" "--jobids=1 --proxy=$PROXY"
crabLog=`cat commandLog.txt|grep "Log file is"|awk '{print $4}'`
echo printing $crabLog
echo =======================================
cat $crabLog
echo =======================================
crabCommand getoutput "--jobids=1 --proxy=$PROXY"
lookFor "Success in retrieving output_1.root " commandLog.txt
lookFor "Success in retrieving My_output_1.txt " commandLog.txt
"""
Expand Down

0 comments on commit b24904b

Please sign in to comment.