Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nikola de Lange
git.practice
Commits
79bbc7fa
Commit
79bbc7fa
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
change of matlab command
parent
6ba4d541
Changes
1
Hide whitespace changes
Inline
Side-by-side
.artenolis/runtests.sh
View file @
79bbc7fa
#!/bin/sh
if
[
"
$ARCH
"
==
"Linux"
]
;
then
/mnt/prince-data/MATLAB/
$MATLAB_VER
/bin/./matlab
-nodesktop
-nosplash
-r
<
test
/
*
.m
/mnt/prince-data/MATLAB/
$MATLAB_VER
/bin/./matlab
-nodesktop
-nosplash
<
test
/
*
.m
CODE
=
$?
exit
$CODE
\ No newline at end of file
exit
$CODE
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment