changeset 26697:8e97a2e5ab66

Read sitewide init-file when running 'make check' * test/module.mk: Change invocation of octave to use '--no-init-file' so that only the user's personal octaverc files are skipped.
author Rik <rik@octave.org>
date Fri, 08 Feb 2019 08:47:36 -0800
parents fa56924691a9
children 63b5a17ba30f
files test/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/module.mk	Fri Feb 08 08:31:53 2019 -0800
+++ b/test/module.mk	Fri Feb 08 08:47:36 2019 -0800
@@ -88,7 +88,7 @@
 include %reldir%/pkg/module.mk
 
 define run-octave-tests
-  ( cd %reldir% && $(SHELL) ../run-octave $(RUN_OCTAVE_OPTIONS) $(1) --norc --silent --no-history -p $(abs_top_builddir)/%reldir%/mex $(abs_top_srcdir)/%reldir%/fntests.m $(abs_top_srcdir)/%reldir% ) && \
+  ( cd %reldir% && $(SHELL) ../run-octave $(RUN_OCTAVE_OPTIONS) $(1) --no-init-file --silent --no-history -p $(abs_top_builddir)/%reldir%/mex $(abs_top_srcdir)/%reldir%/fntests.m $(abs_top_srcdir)/%reldir% ) && \
   if $(AM_V_P); then \
     echo ""; \
     if [ -f %reldir%/fntests.log ]; then \