Skip to content
Snippets Groups Projects
Commit 67977529 authored by jette's avatar jette
Browse files

Modify test for change in sbcast credential validation

User root or SlurmUser don't need valid sbcast credential
parent 557b2607
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@ print_header $test_id
if {[test_front_end] != 0} {
send_user "\nWARNING: This test is incompatible with front-end systems\n"
exit 0
} elseif {[test_super_user] != 0} {
send_user "\nWARNING: This test can not be run as SlurmUser or root\n"
exit 0
}
# Delete left-over stdout/err files
......
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