[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] branch master updated: minor change
From: |
Yves Renard |
Subject: |
[Getfem-commits] [getfem-commits] branch master updated: minor change |
Date: |
Mon, 23 Oct 2023 08:17:35 -0400 |
This is an automated email from the git hooks/post-receive script.
renard pushed a commit to branch master
in repository getfem.
The following commit(s) were added to refs/heads/master by this push:
new 38430cf3 minor change
38430cf3 is described below
commit 38430cf32102380b9d5a975cea8916b79d12cb54
Author: Yves Renard <Yves.Renard@insa-lyon.fr>
AuthorDate: Mon Oct 23 14:16:30 2023 +0200
minor change
---
interface/tests/matlab-octave/check_all_matlab.sh | 2 +-
interface/tests/matlab-octave/check_all_octave.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/tests/matlab-octave/check_all_matlab.sh
b/interface/tests/matlab-octave/check_all_matlab.sh
index e324b9cc..dc1aba7f 100755
--- a/interface/tests/matlab-octave/check_all_matlab.sh
+++ b/interface/tests/matlab-octave/check_all_matlab.sh
@@ -22,7 +22,7 @@
echo "running checks..."
echo " srcdir='$srcdir'"
-export
MATLABPATH=$(pwd)/../../src/matlab:$(pwd)/../../tests/matlab:${srcdir}:${srcdir}/../../src/matlab
+export
MATLABPATH=$(pwd)/../../src/matlab:$(pwd)/../../tests/matlab-octave:${srcdir}:${srcdir}/../../src/matlab
echo " export MATLAB_ROOT=$MATLAB_ROOT"
echo " export MATLABPATH=$MATLABPATH"
diff --git a/interface/tests/matlab-octave/check_all_octave.sh
b/interface/tests/matlab-octave/check_all_octave.sh
index 36282a56..b06c84dc 100755
--- a/interface/tests/matlab-octave/check_all_octave.sh
+++ b/interface/tests/matlab-octave/check_all_octave.sh
@@ -22,7 +22,7 @@
echo "running checks..."
echo " srcdir='$srcdir'"
-#export
MATLABPATH=$(pwd)/../../src/matlab:$(pwd)/../../tests/matlab:${srcdir}:${srcdir}/../../src/matlab
+#export
MATLABPATH=$(pwd)/../../src/matlab:$(pwd)/../../tests/matlab-octave:${srcdir}:${srcdir}/../../src/matlab
#echo " export MATLAB_ROOT=$MATLAB_ROOT"
#echo " export MATLABPATH=$MATLABPATH"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Getfem-commits] [getfem-commits] branch master updated: minor change,
Yves Renard <=