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

implements checkconfig

parent 46b51124
No related branches found
No related tags found
2 merge requests!32Dev/config,!30Fix CI
Pipeline #589312 failed
#!/bin/bash
matlab -nodisplay -nodesktop -r "CI_files/failrunner;exit(ans)"
exitstatus=$?
if [[$exitstatus -eq '0']]
then
echo "matlab succeed. Exitstatus: $exitstatus"
exit $exitstatus
else
echo "matlab failed. Exitstatus: $exitstatus"
exit $exitstatus
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment