From 92a2736b391e35adfcac7c23ace62a75a11149cf Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Thu, 22 Oct 2015 17:20:38 +0200 Subject: [PATCH] Revert "Update a comment for test2.15" This reverts commit 685eeae0eaba8e3148ea4b1ff79d7a08ab10ca6f. --- testsuite/expect/test2.15 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testsuite/expect/test2.15 b/testsuite/expect/test2.15 index 67a564d0ee2..87ad3d6fd8d 100755 --- a/testsuite/expect/test2.15 +++ b/testsuite/expect/test2.15 @@ -60,8 +60,7 @@ if {$available < $node_cnt} { send_user "\nWARNING: not enough nodes currently available ($available avail, $node_cnt needed)\n" 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 # condition in which the first sleep command is killed and the shell starts the # second command before the shell itself is killed -- GitLab