Skip to content
Snippets Groups Projects

Small fix

Merged Olivier Sauter requested to merge small_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,7 @@ matlabbin=$1
@@ -18,7 +18,7 @@ matlabbin=$1
testargument=$2
testargument=$2
matlabcmd="$matlabbin -nodesktop -nosplash -noFigureWindows"
matlabcmd="$matlabbin -nodesktop -nosplash -noFigureWindows"
matlab_call="desktop;tests_matlab('$testargument')"
matlab_call="tests_matlab('$testargument')"
full_cmd="$matlabcmd -r $matlab_call";
full_cmd="$matlabcmd -r $matlab_call";
echo $full_cmd
echo $full_cmd
Loading