[Pkg-octave-commit] [octave-pkg-dev] 02/02: Also use OCTPKG_TEST_ENV when doing the unit testing of the *.cc files

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Mon Apr 13 06:02:26 UTC 2015


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 10d7745f86c2c0122866f8fce0cd8c522240e0fc
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Apr 12 21:18:47 2015 -0300

    Also use OCTPKG_TEST_ENV when doing the unit testing of the *.cc files
    
    This commits fixes a previous mistake (commit e994cfb) in which the
    the use of the environment variable OCTPKG_TEST_ENV has only be added
    for the unit testing of *.m files.
    
    Git-Dch: Ignore
---
 octave-pkg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/octave-pkg.mk b/octave-pkg.mk
index 8a05cbd..aa496fb 100644
--- a/octave-pkg.mk
+++ b/octave-pkg.mk
@@ -175,7 +175,7 @@ check-pkg:
 				print "disp (\"[$$1]\")\ntest $$1 $(OCTPKG_TEST_OPT)"'	\
 			>> $$tmp ;				\
 	fi ;							\
-	octave $(octave_options) $$tmp ;			\
+	$(OCTPKG_TEST_ENV) $(octave) $(octave_options) $$tmp ;	\
 	rm -f $$tmp
 
 	@if [ -f debian/check.m ] ; then				\

-- 
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