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

Modify test for change in squeue output (EligibleTime rather

than StartTime for pending jobs).
parent 17cd3af0
No related branches found
No related tags found
No related merge requests found
......@@ -204,11 +204,11 @@ expect {
incr match
exp_continue
}
-re "StartTime=($number)/($number)-12:00:00" {
-re "EligibleTime=($number)/($number)-12:00:00" {
incr match
exp_continue
}
-re "StartTime=($number)-($number)-($number)T12:00:00" {
-re "EligibleTime=($number)-($number)-($number)T12:00:00" {
incr match
exp_continue
}
......@@ -222,7 +222,7 @@ expect {
}
}
if {$match != 2} {
send_user "\nFAILURE: unexpected JobState or StartTime\n"
send_user "\nFAILURE: unexpected JobState or EligibleTime\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