From a18cf95cdf6f14b1a59d35acc8848ffa0a88d404 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Thu, 29 Apr 2021 11:02:30 +0200
Subject: [PATCH] add desktop in test_script to have it run through:
 test_script.sh matlab980 basic-tcv

---
 matlab/test_script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/test_script.sh b/matlab/test_script.sh
index a406da11..e0d32dd3 100755
--- a/matlab/test_script.sh
+++ b/matlab/test_script.sh
@@ -18,7 +18,7 @@ matlabbin=$1
 testargument=$2
 
 matlabcmd="$matlabbin -nodesktop -nosplash -noFigureWindows"
-matlab_call="tests_matlab('$testargument')"
+matlab_call="desktop;tests_matlab('$testargument')"
 full_cmd="$matlabcmd -r $matlab_call";
 echo $full_cmd
 
-- 
GitLab