[Pkg-octave-commit] [octave-pkg-dev] 01/01: Do not exercise the tests in *.m files which are in private directories

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Apr 5 17:48:27 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository octave-pkg-dev.

commit aa03d2d120177a81e910dd630563b37948d4843d
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Apr 5 11:04:43 2014 +0200

    Do not exercise the tests in *.m files which are in private directories
---
 octave-pkg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/octave-pkg.mk b/octave-pkg.mk
index 1a8e66d..188f815 100644
--- a/octave-pkg.mk
+++ b/octave-pkg.mk
@@ -122,6 +122,7 @@ check-pkg:
 	@tmp=$$(tempfile) ;					\
 	echo "addpath (genpath ([pwd(),'/debian']));" > $$tmp ;	\
 	find debian/ -name \*.m					\
+		| grep -v /private/				\
 		| xargs grep -l '^%!\(assert\|test\)'		\
 		| perl -pe 's:[^@]*/(.*)\.m::;			\
 		 print "disp (\"[$$1]\")\ntest $$1 $(OCTPKG_TEST_OPT)"'	\

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



More information about the Pkg-octave-commit mailing list