[clj-digest-clojure] 01/02: Run tests properly
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Sep 12 08:37:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository clj-digest-clojure.
commit 55f748d4ab52c1e68ca3c025b80d80222bd3b8e9
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Tue Sep 12 11:33:15 2017 +0300
Run tests properly
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 09937de..34d8a94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ override_jh_clean:
override_dh_auto_test:
dh_auto_test
- (cd test && \
- find . -name "*.clj" | xargs clojure -cp $(CURDIR)/$(PRODUCED_JAR))
+ (cd test && find . -name "*.clj" | \
+ xargs -n 1 --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):.)
get-orig-source:
uscan --download-version $(DEB_VERSIO_UPSTREAM) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clj-digest-clojure.git
More information about the pkg-java-commits
mailing list