Rev 953: Allow overriding tests to run. in file:///data/jelmer/bzr-svn/pyrex/

Jelmer Vernooij jelmer at samba.org
Thu Mar 13 14:18:46 GMT 2008


At file:///data/jelmer/bzr-svn/pyrex/

------------------------------------------------------------
revno: 953
revision-id:jelmer at samba.org-20080313141845-7iq1vib7xig08j17
parent: jelmer at samba.org-20080313141754-xj1d0zjnyepv8obx
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: pyrex
timestamp: Thu 2008-03-13 15:18:45 +0100
message:
  Allow overriding tests to run.
modified:
  Makefile                       makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile	2008-03-13 14:17:54 +0000
+++ b/Makefile	2008-03-13 14:18:45 +0000
@@ -3,6 +3,7 @@
 PYDOCTOR ?= pydoctor
 CTAGS = ?= ctags
 PYLINT ?= pylint
+TESTS ?= svn
 
 all:: build
 
@@ -27,7 +28,7 @@
 	ln -sf `pwd` $(TMP_PLUGINS_DIR)/svn
 
 check:: $(TMP_PLUGINS_DIR)/svn
-	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(BZR) selftest $(TEST_OPTIONS) svn
+	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(BZR) selftest $(TEST_OPTIONS) $(TESTS)
 
 check-verbose::
 	$(MAKE) check TEST_OPTIONS=-v




More information about the bazaar-commits mailing list