[Pkg-julia-devel] [SCM] Julia branch, master, updated. debian/0.0.0+20121102.git63e93f2-1-12-g9bf4cc1

Sébastien Villemot sebastien at debian.org
Tue Dec 18 14:48:25 UTC 2012


The following commit has been merged in the master branch:
commit a3991f6e8f38a189fccf7e2ecce24567355e9847
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Dec 18 14:34:26 2012 +0100

    debian/rules: abort on failures in extra tests

diff --git a/debian/rules b/debian/rules
index c6a7bd7..b00de58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,9 @@ override_dh_auto_build-arch:
 override_dh_auto_build-indep:
 	make -C doc latexpdf html
 
-# Run all tests, accept failures in extra tests for the time being
 override_dh_auto_test-arch:
 	make -C test $(COMMON_FLAGS) default
-	-make -C test $(COMMON_FLAGS) extra
+	make -C test $(COMMON_FLAGS) extra
 
 override_dh_auto_test-indep:
 

-- 
Julia



More information about the Pkg-julia-devel mailing list