From 225bb7c7c270c1a9fcab198a13272324b6c5ce90 Mon Sep 17 00:00:00 2001 From: "Joseph P. Donaghy" <donaghy1@llnl.gov> Date: Tue, 10 Feb 2009 19:41:28 +0000 Subject: [PATCH] Updated to test new format of --help option. --- testsuite/expect/test12.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testsuite/expect/test12.1 b/testsuite/expect/test12.1 index 4e704b3d2f4..136c53ba582 100755 --- a/testsuite/expect/test12.1 +++ b/testsuite/expect/test12.1 @@ -7,9 +7,11 @@ # "FAILURE: ..." otherwise with an explanation of the failure, OR # anything else indicates a failure mode that must be investigated. ############################################################################ -# Copyright (C) 2005-2006 The Regents of the University of California. +# Copyright (C) 2005-2008 The Regents of the University of California. +# Copyright (C) 2008-2009 TheLawrence Livermore National Security, LLC . # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). # Written by Morris Jette <jette1@llnl.gov> +# Written by Joseph Donaghy <donaghy1@llnl.gov> # LLNL-CODE-402394. # # This file is part of SLURM, a resource management program. @@ -48,11 +50,11 @@ expect { set not_support 1 exp_continue } - -re "Notes:" { + -re "sacct...OPTION" { incr matches exp_continue } - -re "Options:" { + -re "Valid..OPTION..values are:" { incr matches exp_continue } -- GitLab