Skip to content
Snippets Groups Projects
Commit 289f2ce4 authored by Danny Auble's avatar Danny Auble
Browse files

fix test for cray systems

parent 1ac178c4
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,11 @@ expect { ...@@ -173,6 +173,11 @@ expect {
set this_date $expect_out(1,string) set this_date $expect_out(1,string)
exp_continue exp_continue
} }
#needed for cray systems that don't have a prefix
-re "($alpha_numeric_under)" {
set this_date $expect_out(1,string)
exp_continue
}
timeout { timeout {
send_user "\nFAILURE: srun not responding\n" send_user "\nFAILURE: srun not responding\n"
slow_kill $srun_pid slow_kill $srun_pid
......
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