From cd4d03d56a26ca7a07376706e3bf2a19c6f10f5f Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Fri, 21 Jul 2006 18:37:45 +0000 Subject: [PATCH] fixed tests to check for multiple slurmd's --- testsuite/expect/test1.87 | 5 +++++ testsuite/expect/test14.4 | 4 ++++ testsuite/expect/test14.8 | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/testsuite/expect/test1.87 b/testsuite/expect/test1.87 index 5117b7f0a0e..cb98b2872ce 100755 --- a/testsuite/expect/test1.87 +++ b/testsuite/expect/test1.87 @@ -45,6 +45,11 @@ if {[test_front_end] != 0} { exit 0 } +if {[test_multiple_slurmd] != 0} { + send_user "\nWARNING: This test is incompatable with multiple slurmd systems\n" + exit 0 +} + # # Build input script file # diff --git a/testsuite/expect/test14.4 b/testsuite/expect/test14.4 index 07f176b4c20..ed2728713c7 100755 --- a/testsuite/expect/test14.4 +++ b/testsuite/expect/test14.4 @@ -48,6 +48,10 @@ if {[test_front_end] != 0} { send_user "\nWARNING: This test is incompatable with front-end systems\n" exit 0 } +if {[test_multiple_slurmd] != 0} { + send_user "\nWARNING: This test is incompatable with multiple slurmd systems\n" + exit 0 +} # # Delete left-over stdout/err files diff --git a/testsuite/expect/test14.8 b/testsuite/expect/test14.8 index ecccf4006b3..8bfd058b880 100755 --- a/testsuite/expect/test14.8 +++ b/testsuite/expect/test14.8 @@ -48,6 +48,10 @@ if {[test_front_end] != 0} { send_user "\nWARNING: This test is incompatable with front-end systems\n" exit 0 } +if {[test_multiple_slurmd] != 0} { + send_user "\nWARNING: This test is incompatable with multiple slurmd systems\n" + exit 0 +} # Delete left-over stdout file file delete $file_out -- GitLab