[Pkg-octave-commit] [octave-interval] 01/01: d/check.m: Enable batch mode for testing, don't stop on first failure

Oliver Heimlich oheim-guest at moszumanska.debian.org
Fri Feb 5 23:40:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

oheim-guest pushed a commit to branch master
in repository octave-interval.

commit 0f8f7968baa24f25955b885cfe8b1b858e4f407f
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Sat Feb 6 00:24:17 2016 +0100

    d/check.m: Enable batch mode for testing, don't stop on first failure
---
 debian/changelog | 1 +
 debian/check.m   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f822cfd..7988ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 octave-interval (1.3.0-1) UNRELEASED; urgency=low
 
   * Imported upstream version 1.3.0
+  * d/check.m: don't stop tests on first error
   * d/copyright: reflect upstream changes
   * d/rules: fixed building of user manual after upstream changes
   * d/p/texinfo-bug46083.patch: remove patch (applied upstream)
diff --git a/debian/check.m b/debian/check.m
index 3203b2f..904c397 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -2,6 +2,5 @@
 ## which are not checked by default.
 disp ("Checking supplementary TST files ...");
 for file = {dir("./inst/test/*.tst").name}
-    disp (strcat ("[", file{1}, "]"));
-    test (file{1});
+    test (file{1}, "quiet", stdout);
 endfor

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-interval.git



More information about the Pkg-octave-commit mailing list