Skip to content
Snippets Groups Projects

add matlab980 in test and deploy

Merged Olivier Sauter requested to merge add_deploy980 into master
2 files
+ 24
17
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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
Loading