Skip to content

Commit

Permalink
fix an error condition not being able to be caught by suppressif
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
  • Loading branch information
jabraham17 committed Jun 10, 2024
1 parent 38d3894 commit 365a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test/sub_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@ def run_compileline(flag, lookingfor):
sys.stdout.write(']\n')
# only notify for a failed execution if launching the test was successful
elif (not launcher_error):
sys.stdout.write('[Error execution failed for %s]\n'%(test_name))
sys.stdout.write('%s[Error execution failed for %s]\n'%(futuretest,test_name))

if exectimeout or status != 0 or exec_status != 0:
break
Expand Down

0 comments on commit 365a6b3

Please sign in to comment.