Skip to content
Snippets Groups Projects
Commit e053d6d4 authored by Nicolas Joly's avatar Nicolas Joly Committed by Morris Jette
Browse files

Small typo in expect code for test28.[345].

parent 6f56f61b
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ expect {
send_user "\nFAILURE: sbatch did not submit jobs\n"
set exit_code 1
}
timout {
timeout {
send_user "\nFAILURE: sbatch not responding\n"
set exit_code 1
}
......
......@@ -112,7 +112,7 @@ expect {
send_user "\nFAILURE: sbatch did not submit jobs\n"
set exit_code 1
}
timout {
timeout {
send_user "\nFAILURE: sbatch not responding\n"
set exit_code 1
}
......
......@@ -148,7 +148,7 @@ expect {
send_user "\nFAILURE: sbatch did not submit jobs\n"
set exit_code 1
}
timout {
timeout {
send_user "\nFAILURE: sbatch 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