Skip to content
Snippets Groups Projects
Commit 2f0db724 authored by jette's avatar jette
Browse files

Modify test for use with poe

parent 8045d328
No related branches found
No related tags found
No related merge requests found
...@@ -47,13 +47,14 @@ print_header $test_id ...@@ -47,13 +47,14 @@ print_header $test_id
if { [test_xcpu] } { if { [test_xcpu] } {
send_user "\nWARNING: This test is incomptabible with XCPU system\n" send_user "\nWARNING: This test is incomptabible with XCPU system\n"
exit 0 exit $exit_code
} elseif {[test_alps]} { } elseif {[test_alps]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n" send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code exit $exit_code
} } elseif {[test_launch_poe]} {
# POE captures SIGINT and dies
if {[test_launch_poe]} { send_user "\nWARNING: This test is incompatible with POE systems\n"
exit $exit_code
set step_id 1 set step_id 1
} else { } else {
set step_id 0 set step_id 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