From 0727b13f9770889c11511141d0fd761398e46ea6 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 21 Nov 2012 13:01:44 -0800 Subject: [PATCH] Change test disabling from Cray to POE --- testsuite/expect/test1.52 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/expect/test1.52 b/testsuite/expect/test1.52 index de0c695af9a..80ad97be679 100755 --- a/testsuite/expect/test1.52 +++ b/testsuite/expect/test1.52 @@ -44,12 +44,11 @@ set hostfile "test$test_id.hostfile" print_header $test_id -exec $bin_rm -f $hostfile if { [test_front_end] } { send_user "\nWARNING: This test incompatible with front-end Systems\n" exit $exit_code -} elseif {[test_cray]} { - send_user "\nWARNING: This test is incompatible with Cray systems\n" +} elseif {[test_launch_poe]} { + send_user "\nWARNING: This test is incompatible with POE systems\n" exit $exit_code } @@ -86,6 +85,7 @@ if { ($node_count < 3) || ($max_nodes < 3) } { exit $exit_code } +exec $bin_rm -f %hostfile set node0 0 set node1 0 set node2 0 -- GitLab