Skip to content
Snippets Groups Projects
Commit c82f6d44 authored by Morris Jette's avatar Morris Jette
Browse files

Fix test for version 17.02 output format

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