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

Fix test to not mistake calling prompt for the prompt it is suppose to

wait for.
parent d1efe282
No related branches found
No related tags found
No related merge requests found
......@@ -460,8 +460,13 @@ expect {
send_user "or failure to recognize prompt\n"
set exit_code 1
}
-re "$srun" {
# just so we don't grab the srun call
exp_continue;
}
-re $prompt
}
if {$task_mask != $expected_mask} {
send_user "\nFAILURE: affinity mask inconsistency ($task_mask,$expected_mask)\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