From 5f10dab8a96477fe32c4d263836be12dbc5f5cda Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 17 Sep 2009 18:30:32 +0000 Subject: [PATCH] Tweak a test and documentation for change in scontrol output format job's Eligible Time now StarTime --- doc/man/man1/scontrol.1 | 5 +---- testsuite/expect/test17.18 | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1 index ec6efae2aa4..5359daa3637 100644 --- a/doc/man/man1/scontrol.1 +++ b/doc/man/man1/scontrol.1 @@ -1,4 +1,4 @@ -.TH SCONTROL "1" "August 2009" "scontrol 2.0" "Slurm components" +.TH SCONTROL "1" "September 2009" "scontrol 2.1" "Slurm components" .SH "NAME" scontrol \- Used view and modify Slurm configuration and state. @@ -338,9 +338,6 @@ Possible values are "YES" and "NO". Defer job's initiation until specified job_id completes. Cancel dependency with job_id value of "0", "Dependency=0". .TP -\fIEligibleTime\fP=<time_spec> -Equivalent to \fIStartTime\fP. -.TP \fIExcNodeList\fP=<nodes> Set the job's list of excluded node. Multiple node names may be specified using simple node range expressions (e.g. "lx[10\-20]"). diff --git a/testsuite/expect/test17.18 b/testsuite/expect/test17.18 index e172341d71f..fe981d4fe98 100755 --- a/testsuite/expect/test17.18 +++ b/testsuite/expect/test17.18 @@ -177,11 +177,11 @@ expect { incr match exp_continue } - -re "EligibleTime=($number)/($number)-12:00:00" { + -re "StartTime=($number)/($number)-12:00:00" { incr match exp_continue } - -re "EligibleTime=($number)-($number)-($number)T12:00:00" { + -re "StartTime=($number)-($number)-($number)T12:00:00" { incr match exp_continue } @@ -195,7 +195,7 @@ expect { } } if {$match != 2} { - send_user "\nFAILURE: unexpected JobState or EligibleTime\n" + send_user "\nFAILURE: unexpected JobState or StartTime\n" set exit_code 1 } -- GitLab