diff --git a/scripts/test-driver b/scripts/test-driver
index c95ead0fed4d0a4689472fcbecb2e48a8e8d42dd..8ddef9bd143f98fd85888c603ed05c25ec9cccb8 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