From 64f47723bfc78e3e3f608b026eb048017bf1b2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 26 Sep 2023 16:54:53 +0200 Subject: [PATCH] Testsuite: fix batch arguments for old MATLAB under Linux --- scripts/test-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-driver b/scripts/test-driver index c95ead0fed..8ddef9bd14 100755 --- a/scripts/test-driver +++ b/scripts/test-driver @@ -64,7 +64,7 @@ if [[ $build_for == matlab ]]; then if [[ $matlab_arch == win64 ]]; then matlab_batch_flags=(-nosplash -automation -wait -sd "$source_root"/tests -r) else - matlab_batch_flags=(-nodisplay -nodisplay -r) + matlab_batch_flags=(-nosplash -nodisplay -r) fi fi fi -- GitLab