This is an automated email from the git hooks/post-receive script. apoikos pushed a commit to branch master in repository bidi-clojure.
commit 4fdee1a0707bc0b626e7adad9bdbc56256b48730 Author: Apollon Oikonomopoulos <[email protected]> Date: Tue Sep 12 11:27:38 2017 +0300 Run tests properly --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d09054f..c707712 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_jh_classpath: override_dh_auto_test: dh_auto_test (cd test && find . -name '*.clj' -or -name '*.cljc' | \ - xargs --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH)) + xargs -n 1 --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH):.) get-orig-source: uscan --download-version $(DEB_VERSION_UPSTREAM) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bidi-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

