Skip to content
Snippets Groups Projects
Commit 3b7c2f00 authored by David Bigagli's avatar David Bigagli
Browse files

Update test12.5 based on #1039.

parent 1e0a7ed0
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,12 @@ proc sacct_job { soption } { ...@@ -65,12 +65,12 @@ proc sacct_job { soption } {
set not_support 1 set not_support 1
exp_continue exp_continue
} }
-re "AllocCPUS.*Account *AssocID *AveCPU" { -re "AllocCPUS.*AllocGRES.*Account.*AssocID" {
if {$debug} {send_user "\nmatch1\n"} if {$debug} {send_user "\nmatch1\n"}
incr matches incr matches
exp_continue exp_continue
} }
-re "AveCPUFreq *AveDiskRead *AveDiskWrite *AvePages" { -re "AveCPU.*AveCPUFreq.*AveDiskRead.*AveDiskWrite" {
if {$debug} {send_user "\nmatch2\n"} if {$debug} {send_user "\nmatch2\n"}
incr matches incr matches
exp_continue exp_continue
......
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