Skip to content
Snippets Groups Projects
Commit af693b2f authored by Nathan Yee's avatar Nathan Yee Committed by Danny Auble
Browse files

patch from Nathan Yee to make test not work on bluegene

parent c4d3e8e1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment