Skip to content
Snippets Groups Projects
Commit 0690e560 authored by Doug Jacobsen's avatar Doug Jacobsen Committed by Morris Jette
Browse files

Make configuration-specific test change

Bug 4440
parent f8298b05
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,10 @@ if {[test_front_end] != 0 && [test_super_user] == 0} { ...@@ -41,6 +41,10 @@ if {[test_front_end] != 0 && [test_super_user] == 0} {
send_user "\nWARNING: This test is incompatible with front-end systems\n" send_user "\nWARNING: This test is incompatible with front-end systems\n"
exit $exit_code exit $exit_code
} }
if {[test_launch_test_exec]} {
send_user "\nWARNING: This test is incompatible with LaunchParameters=test_exec\n"
exit $exit_code
}
# #
# Submit a slurm job that will execute bogus job name # Submit a slurm job that will execute bogus job name
......
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