Rev 87: Use selftest --starting-with. in file:///data/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Thu May 29 13:14:55 BST 2008


At file:///data/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 87
revision-id: jelmer at samba.org-20080529121454-e9ursqrtpdn6qevp
parent: jelmer at samba.org-20080529121441-u3ej7p7ztkdpzxjp
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2008-05-29 14:14:54 +0200
message:
  Use selftest --starting-with.
modified:
  Makefile                       makefile-20080330190326-ad4of1yovo6un1xf-1
=== modified file 'Makefile'
--- a/Makefile	2008-03-30 19:16:11 +0000
+++ b/Makefile	2008-05-29 12:14:54 +0000
@@ -4,7 +4,7 @@
 SETUP ?= ./setup.py
 CTAGS ?= ctags
 PYLINT ?= pylint
-TESTS ?= "^bzrlib.plugins.rebase"
+TESTS ?= 
 
 all:: build 
 
@@ -26,7 +26,7 @@
 	ln -sf .. $@
 
 check:: $(TMP_PLUGINS_DIR)/rebase/
-	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(BZR) selftest $(TEST_OPTIONS) $(TESTS)
+	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(BZR) selftest $(TEST_OPTIONS) --starting-with=bzrlib.plugins.rebase $(TESTS)
 
 check-verbose::
 	$(MAKE) check TEST_OPTIONS=-v




More information about the bazaar-commits mailing list