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

Improve logging in a test

parent 9920d6c0
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ if {$not_support != 0} { ...@@ -77,7 +77,7 @@ if {$not_support != 0} {
exit 0 exit 0
} }
if {$matches != 3} { if {$matches != 3} {
send_user "\nFAILURE: sacct --help failed ($matches)\n" send_user "\nFAILURE: sacct --help failed ($matches != 3)\n"
set exit_code 1 set exit_code 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