[Pkg-golang-commits] [golang] 01/02: Add "-k" to "run.bash" invocation so that we do a full test run every time

Tianon Gravi tianon at debian.org
Mon Feb 15 23:25:08 UTC 2016


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

tianon pushed a commit to branch debian-sid
in repository golang.

commit 490e47c308ecd2b71a6bea9f3381540d9262d544
Author: Tianon Gravi <tianon at debian.org>
Date:   Mon Feb 15 15:22:12 2016 -0800

    Add "-k" to "run.bash" invocation so that we do a full test run every time
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90a959d..c67a872 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ golang (2:1.5.3-2) UNRELEASED; urgency=medium
   [ Tianon Gravi ]
   * Backport "ar" arguments change from go1.6 to quiet spurious warnings while
     using gccgo (Closes: #807138)
+  * Add "-k" to "run.bash" invocation so that we do a full test run every time
 
  -- Tianon Gravi <tianon at debian.org>  Tue, 02 Feb 2016 21:54:29 -0800
 
diff --git a/debian/rules b/debian/rules
index ae235c7..4313ff2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,9 @@ ifeq (true, $(RUN_TESTS))
 		cd src; \
 		export PATH="$(GOROOT)/bin:$$PATH"; \
 		eval "$$(go tool dist env)"; \
-		bash run.bash --no-rebuild;
+		bash run.bash -k -no-rebuild;
+	# -k           keep going even when error occurred
+	# -no-rebuild  don't rebuild std and cmd packages
 else
 	# skip the tests on platforms where they fail
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list