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

You need to be a super user to run the test

parent acb135c5
No related branches found
No related tags found
No related merge requests found
...@@ -247,6 +247,11 @@ proc clean_up { rc } { ...@@ -247,6 +247,11 @@ proc clean_up { rc } {
} }
} }
if {[is_super_user] == 0} {
send_user "\nWARNING: This test can't be run except as SlurmUser\n"
exit 0
}
make_bash_script $file_in "sleep 5" make_bash_script $file_in "sleep 5"
make_bash_script $job1 "sleep 120" make_bash_script $job1 "sleep 120"
make_bash_script $job2 "sleep 30" make_bash_script $job2 "sleep 30"
......
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