Skip to content
Snippets Groups Projects
Commit 685eeae0 authored by David Bigagli's avatar David Bigagli
Browse files

Update a comment for test2.15

parent 9350c830
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,8 @@ if {$available < $node_cnt} { ...@@ -60,7 +60,8 @@ if {$available < $node_cnt} {
send_user "\nWARNING: not enough nodes currently available ($available avail, $node_cnt needed)\n" send_user "\nWARNING: not enough nodes currently available ($available avail, $node_cnt needed)\n"
exit $exit_code exit $exit_code
} }
#For this test set KillOnBadExit to the default value 0 otherwise the
#tes will fail giving a false positive.
# NOTE: The second sleep command in task 1 is to deal with a possible race # NOTE: The second sleep command in task 1 is to deal with a possible race
# condition in which the first sleep command is killed and the shell starts the # condition in which the first sleep command is killed and the shell starts the
# second command before the shell itself is killed # second command before the shell itself is killed
......
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