From 9d5195c5f70d18913ba4c47e11c1eeeff4d034f4 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Thu, 29 Apr 2021 14:42:28 +0200
Subject: [PATCH] rm desktop to test on lac10

---
 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 e0d32dd3..a406da11 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="desktop;tests_matlab('$testargument')"
+matlab_call="tests_matlab('$testargument')"
 full_cmd="$matlabcmd -r $matlab_call";
 echo $full_cmd
 
-- 
GitLab