[pkg-db-commits] [SCM] Berkeley DB Debian packaging branch, debian-sid, updated. debian/5.1.25-10-34-g42cbaf8

Ondřej Surý ondrej at sury.org
Fri Jan 20 18:34:55 UTC 2012


The following commit has been merged in the debian-sid branch:
commit 4baf68bcea49e1030bb7dc6481534b3bcb5ca10e
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Sep 23 15:38:20 2011 +0200

    Run all tests in the TCL suite

diff --git a/debian/rules b/debian/rules
index 29831a7..316ce10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,6 +80,8 @@ VERY_BROKEN_CPUS = zm68kz zhppaz
 BROKEN_SYSTEMS = zgnuz
 VERY_BROKEN_SYSTEMS =
 
+TCLSH=/usr/bin/tclsh
+
 export DH_OPTIONS
 
 package=db5.2
@@ -107,8 +109,11 @@ endif
 override_dh_auto_test:
 ifeq (,$(findstring z$(DEB_BUILD_GNU_CPU)z,$(VERY_BROKEN_CPUS))$(findstring z$(DEB_BUILD_GNU_SYSTEM)z,$(VERY_BROKEN_SYSTEMS)))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	chmod +x ./debian/runtests.tclsh
-	cd build-test && ../debian/runtests.tclsh || true
+#	chmod +x ./debian/runtests.tclsh
+#	cd build-test && ../debian/runtests.tclsh || true
+	cd build-test && $(TCLSH) ../test/tcl/test.tcl
+
+	false
 
 ifeq (,$(findstring z$(DEB_BUILD_GNU_CPU)z,$(BROKEN_CPUS))$(findstring z$(DEB_BUILD_GNU_SYSTEM)z,$(BROKEN_SYSTEMS)))
 	! grep ^FAIL build-test/ALL.OUT

-- 
Berkeley DB Debian packaging



More information about the pkg-db-commits mailing list