View | Details | Raw Unified | Return to ticket 55
Collapse All | Expand All

(-)a/testsuite/expect/test15.19 (+3 lines)
Lines 43-48 print_header $test_id Link Here
43
if {[test_cray]} {
43
if {[test_cray]} {
44
	send_user "\nWARNING: This test is incompatible with Cray systems\n"
44
	send_user "\nWARNING: This test is incompatible with Cray systems\n"
45
	exit $exit_code
45
	exit $exit_code
46
} elseif {[test_serial]} {
47
	send_user "\nWARNING: This test is incompatible with Serial Systems\n"
48
	exit $exit_code
46
}
49
}
47
50
48
#
51
#

Return to ticket 55