Skip to content
Snippets Groups Projects
Commit 2f05cd06 authored by Nathan Yee's avatar Nathan Yee Committed by Morris Jette
Browse files

disable test if limits not enforced

bug 1874
parent 160738cd
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ print_header $test_id ...@@ -41,6 +41,9 @@ print_header $test_id
if {![test_super_user]} { if {![test_super_user]} {
send_user "\nWARNING: This test can't be run except as SlurmUser or root\n" send_user "\nWARNING: This test can't be run except as SlurmUser or root\n"
exit 0 exit 0
} elseif {![test_limits_enforced]} {
send_user "\nWARNING: AccountingStorageEnforce limits must be set\n"
exit 0
} }
proc mod_assoc_vals { } { proc mod_assoc_vals { } {
......
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