Skip to content
Snippets Groups Projects
Commit 57988c1a authored by Nate Rini's avatar Nate Rini Committed by Albert Gil
Browse files

Testsuite - Fix log messages for test15.23

Bug 8772
parent aafe360f
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ expect { ...@@ -65,7 +65,7 @@ expect {
#send_user "Job initiated\n" #send_user "Job initiated\n"
} }
timeout { timeout {
send_user "\nFAILURE: srun not responding\n" send_user "\nFAILURE: salloc not responding\n"
if {$job_id != 0} { if {$job_id != 0} {
cancel_job $job_id cancel_job $job_id
} }
...@@ -100,7 +100,7 @@ expect { ...@@ -100,7 +100,7 @@ expect {
exp_continue exp_continue
} }
timeout { timeout {
send_user "\nFAILURE: srun not responding\n" send_user "\nFAILURE: scontrol not responding\n"
if {$job_id != 0} { if {$job_id != 0} {
cancel_job $job_id cancel_job $job_id
} }
......
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