Testsuite: fix batch arguments for old MATLAB under Linux

kalman-mex
Sébastien Villemot 2023-09-26 16:54:53 +02:00
parent 01833b8a76
commit 64f47723bf
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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