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

rm desktop to test on lac10

parent a18cf95c
Branches
Tags
2 merge requests!103Small fix,!102Small fix
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment