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

Note that a test is incompatable with mpi/pmix plugin

parent 4d55f657
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ if {![test_accting_steps]} {
send_user "(AccoutingStorageEnforce)\n"
exit 0
}
#
# Test is incompatible with proctrack/aix, proctrack/rms, proctrack/sgi_job,
# and proctrack/cray
......@@ -88,6 +89,11 @@ expect {
set invalid 1
exp_continue
}
-re "pmix" {
send_user "\nWARNING: test incompatible with mpi/pmix\n"
set invalid 1
exp_continue
}
timeout {
send_user "\nFAILURE: scontrol not responding\n"
set exit_code 1
......
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