From af693b2f1af23f7d66bbab73d3092f964e0dc17d Mon Sep 17 00:00:00 2001 From: Nathan Yee <nyee@schedmd.com> Date: Wed, 18 Apr 2012 14:57:11 -0700 Subject: [PATCH] patch from Nathan Yee to make test not work on bluegene --- testsuite/expect/test12.3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testsuite/expect/test12.3 b/testsuite/expect/test12.3 index c64fce4f13e..31b3c27055b 100755 --- a/testsuite/expect/test12.3 +++ b/testsuite/expect/test12.3 @@ -47,6 +47,14 @@ set test_acct "slurm_test-account.1" print_header $test_id +# +# Checks if test is running on blue gene. +# +if {[test_bluegene]} { + send_user "\nWARNING: This test can't be run on a blue gene\n" + exit $exit_code +} + # # Check accounting config and bail if not found. # -- GitLab