changeset 25490:9feda91c8592

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jun 2018 11:06:52 -0400
parents 3b211e9ceab1 (current diff) 0dc3da84ffa3 (diff)
children b3c68525ed82
files test/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \