You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/22 12:31:43 UTC

git commit: Change 42cc Makefile to always run tests in parallel

Repository: allura
Updated Branches:
  refs/heads/master c972fc0fe -> ba2f82de6


Change 42cc Makefile to always run tests in parallel


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/ba2f82de
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/ba2f82de
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/ba2f82de

Branch: refs/heads/master
Commit: ba2f82de6c767cc61de59fa677a3272653116249
Parents: c972fc0
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Sep 22 11:02:24 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Sep 22 11:02:24 2014 +0300

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/ba2f82de/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 6f374e6..69e46a5 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ test:
 	-[ ! -d $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info ] && mkdir $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info
 	# rebuild apps
 	./rebuild-all.bash
-	./run_tests
+	./run_tests -n 2 -m 4
 
 
 # Helpers for local development