Skip to content
Snippets Groups Projects
Commit bb2a5aae authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Disable test10.5 and test10.13 on non-BlueGene systems.

parent e8bb2944
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,11 @@ set too_small 0 ...@@ -44,6 +44,11 @@ set too_small 0
print_header $test_id print_header $test_id
if { [test_bluegene] == 0 } {
send_user "\nWARNING: This test is only compatible with bluegene systems\n"
exit 0
}
if {[file exists $smap] == 0} { if {[file exists $smap] == 0} {
send_user "\nWARNING: smap not installed\n" send_user "\nWARNING: smap not installed\n"
exit 0 exit 0
......
...@@ -42,6 +42,11 @@ set stuff "" ...@@ -42,6 +42,11 @@ set stuff ""
print_header $test_id print_header $test_id
if { [test_bluegene] == 0 } {
send_user "\nWARNING: This test is only compatible with bluegene systems\n"
exit 0
}
if {[file exists $smap] == 0} { if {[file exists $smap] == 0} {
send_user "\nWARNING: smap not installed\n" send_user "\nWARNING: smap not installed\n"
exit 0 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