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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

