Skip to content
Snippets Groups Projects
Commit 302c7073 authored by Morris Jette's avatar Morris Jette
Browse files

Disable some more tests for Cray systems

parent b8b3d39c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ set scratch_file "scratch.$test_id"
print_header $test_id
if {[test_cray]} {
send_user "\nWARNING: This test is not compatible with Cray systems\n"
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
......
......@@ -45,6 +45,9 @@ print_header $test_id
if {[test_launch_poe]} {
send_user "\nWARNING: This test is incompatible with POE systems\n"
exit $exit_code
} elseif {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
#
......
......@@ -39,6 +39,11 @@ set not_support 0
print_header $test_id
if {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
################################################################
#
# Proc: sstat_job
......
......@@ -42,6 +42,9 @@ print_header $test_id
if {[test_launch_poe]} {
send_user "\nWARNING: This test is incompatible with launch/poe systems\n"
exit 0
} elseif {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
#
......
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