From 3b7c2f00e1cb6aac1067d368bc9c685c49ca8e46 Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Fri, 15 Aug 2014 09:57:19 -0700 Subject: [PATCH] Update test12.5 based on #1039. --- testsuite/expect/test12.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/expect/test12.5 b/testsuite/expect/test12.5 index d0b4bbb2e1a..68e2f8d3a41 100755 --- a/testsuite/expect/test12.5 +++ b/testsuite/expect/test12.5 @@ -65,12 +65,12 @@ proc sacct_job { soption } { set not_support 1 exp_continue } - -re "AllocCPUS.*Account *AssocID *AveCPU" { + -re "AllocCPUS.*AllocGRES.*Account.*AssocID" { if {$debug} {send_user "\nmatch1\n"} incr matches exp_continue } - -re "AveCPUFreq *AveDiskRead *AveDiskWrite *AvePages" { + -re "AveCPU.*AveCPUFreq.*AveDiskRead.*AveDiskWrite" { if {$debug} {send_user "\nmatch2\n"} incr matches exp_continue -- GitLab