# HG changeset patch # User John W. Eaton # Date 1529593612 14400 # Node ID 9feda91c85927133b2c0b165a7d0e41291bcc9df # Parent 3b211e9ceab11e79564d0f32a0d2e114df403395# Parent 0dc3da84ffa3f9e355f8a24a21a27e300e68a68c maint: Merge stable to default. diff -r 3b211e9ceab1 -r 9feda91c8592 test/module.mk --- a/test/module.mk Wed Jun 20 23:52:11 2018 -0400 +++ b/test/module.mk Thu Jun 21 11:06:52 2018 -0400 @@ -81,7 +81,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) --norc --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 \