We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e605e commit d64dc9fCopy full SHA for d64dc9f
.artenolis/runtests.sh
@@ -2,7 +2,7 @@
2
3
# launch MATLAB
4
if [ "$ARCH" == "Linux" ]; then
5
- /mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/testAll.m
+ $ARTENOLIS_SOFT_PATH/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/testAll.m
6
fi
7
8
CODE=$?
0 commit comments