Skip to content
Snippets Groups Projects
Commit 77c56f46 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Update test.sh

parent 37fb4929
Branches
Tags
2 merge requests!13PreRelease_V0.1,!12PreRelease_V0.1
Pipeline #561555 failed
#!/bin/bash
LOGFILE=log.txt
#LOGFILE=log.txt
"C:\Program Files\MATLAB\R2021b\bin\matlab.exe" -nodesktop -nosplash -nodesktop -logfile "$LOGFILE" -r "runner_test;exit(ans);"
#"C:\Program Files\MATLAB\R2021b\bin\matlab.exe" -nodesktop -nosplash -nodesktop -logfile "$LOGFILE" -r "runner_test;exit(ans);"
"C:\Program Files\MATLAB\R2021b\bin\matlab.exe" -nodesktop -nosplash -nodesktop -r "runner_test;exit(ans);"
cat "$LOGFILE"
exitstatus=$?
if [[ $exitstatus -eq '0' ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment