From 6c9c36a9364460cfda51471f56ea26cca9ba995b Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Fri, 3 Oct 2014 07:03:14 -0700 Subject: [PATCH] Fixed test to print out real failure instead of apparent cut and paste. --- testsuite/expect/test1.59 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/testsuite/expect/test1.59 b/testsuite/expect/test1.59 index ec80998e91f..38559b1848d 100755 --- a/testsuite/expect/test1.59 +++ b/testsuite/expect/test1.59 @@ -374,30 +374,30 @@ for {set i 0} {$i<5} {incr i} { } if { $i == 1 } { if { [string compare $node0 $1node2] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node1 $1node0] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node2 $1node1] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } } elseif { $i == 2 } { if { [string compare $node0 $2node0] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node1 $2node1] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node2 $2node2] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node3 $2node3] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } elseif { [string compare $node4 $2node4] } { - send_user "\nFAILURE: tasks not distributed by hostfile\n" + send_user "\nFAILURE: tasks not distributed by -w\n" set exit_code 1 } } elseif { $i == 3 } { -- GitLab