Skip to content
Snippets Groups Projects
Commit a18cf95c authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add desktop in test_script to have it run through: test_script.sh matlab980 basic-tcv

parent 77d7dc98
No related branches found
No related tags found
3 merge requests!103Small fix,!102Small fix,!101add matlab980 in test and deploy
Pipeline #71915 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment