Skip to content
Snippets Groups Projects
Commit a2d11051 authored by Danny Auble's avatar Danny Auble
Browse files

Give slightly easier to read output.

parent a2f97236
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ proc check_pre { preempt_qos } {
global sacctmgr exit_code alpha_numeric_under qos_test
set match 0
spawn $sacctmgr show qos $qos_test(0) format=preempt%80 --noheader
spawn $sacctmgr show qos $qos_test(0) format=preempt%-80 --noheader
expect {
-re "$preempt_qos" {
set match 1
......
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