Skip to content
Snippets Groups Projects
Commit afb301cd authored by Moe Jette's avatar Moe Jette
Browse files

Add not about possible race condition issues when this test

 is used with gang scheduling
parent e4d13ed8
No related branches found
No related tags found
No related merge requests found
...@@ -241,5 +241,7 @@ if {$not_supported == 0} { ...@@ -241,5 +241,7 @@ if {$not_supported == 0} {
if {$exit_code == 0} { if {$exit_code == 0} {
exec $bin_rm -f $file_out1 $file_out2 $file_prog $file_prog_sh1 $file_prog_sh2 exec $bin_rm -f $file_out1 $file_out2 $file_prog $file_prog_sh1 $file_prog_sh2
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} else {
send_user "\nFAILURE: May be due to use of gang scheduler and race conditions\n"
} }
exit $exit_code exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment