Skip to content
Snippets Groups Projects
Commit a8757797 authored by Moe Jette's avatar Moe Jette
Browse files

Treat premature srun EOF as fatal error for test.

parent f59658c2
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
......@@ -166,7 +167,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -202,7 +204,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -238,7 +241,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -274,7 +278,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -307,7 +312,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -340,7 +346,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......@@ -378,7 +385,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {[string compare $test_0 $test_1] != 0} {
......@@ -409,7 +417,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
set matches 0
......@@ -433,7 +442,8 @@ expect {
exit 1
}
eof {
wait
send_user "\nFAILURE: srun EOF\n"
exit 1
}
}
if {$matches == 0} {
......
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