diff --git a/tests/Makefile.am b/tests/Makefile.am index d88af255fce25bedbac35b1a8b7d37fcef976716..bca08e4744dc397267097789ade2aa86d313e53c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -217,7 +217,7 @@ check-matlab: DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(MATLAB)/bin/matlab -nodesktop -nosplash -r run_test_matlab check-octave: - DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(OCTAVE) --norc --silent --no-history run_test_octave.m + DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(OCTAVE) --no-init-file --silent --no-history run_test_octave.m clean-local: rm -f $(patsubst %.mod, %.m, $(MODFILES)) \