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

Disable sbcast tests for all front-end systems (e.g. Cray)

parent 85d5556a
No related branches found
No related tags found
No related merge requests found
......@@ -1171,10 +1171,6 @@ proc test_front_end { } {
set front_end 1
exp_continue
}
"select/cray" {
set front_end 1
exp_continue
}
eof {
wait
}
......
......@@ -38,12 +38,11 @@ set matches 0
print_header $test_id
if {[test_bluegene]} {
send_user "\nWARNING: This test is incompatible with a Bluegene system\n"
exit $exit_code
if {[test_front_end] != 0} {
send_user "\nWARNING: This test is incompatible with front-end systems\n"
exit 0
}
#
# Report the sbcast usage format
#
......
......@@ -38,9 +38,9 @@ set matches 0
print_header $test_id
if {[test_bluegene]} {
send_user "\nWARNING: This test is incompatible with a Bluegene system\n"
exit $exit_code
if {[test_front_end] != 0} {
send_user "\nWARNING: This test is incompatible with front-end systems\n"
exit 0
}
#
......
......@@ -39,9 +39,9 @@ set version 0
print_header $test_id
if {[test_bluegene]} {
send_user "\nWARNING: This test is incompatible with a Bluegene system\n"
exit $exit_code
if {[test_front_end] != 0} {
send_user "\nWARNING: This test is incompatible with front-end systems\n"
exit 0
}
#
......
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