From 0690e56045e080ac55fa155e7098d44b7896f373 Mon Sep 17 00:00:00 2001 From: Doug Jacobsen <dmjacobsen@lbl.gov> Date: Tue, 28 Nov 2017 10:48:47 -0700 Subject: [PATCH] Make configuration-specific test change Bug 4440 --- testsuite/expect/test1.50 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/expect/test1.50 b/testsuite/expect/test1.50 index 1befa9e58d8..53bdeccd438 100755 --- a/testsuite/expect/test1.50 +++ b/testsuite/expect/test1.50 @@ -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" 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 -- GitLab