summaryrefslogtreecommitdiffstats
path: root/test/BitKeeper
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-14 06:00:06 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-14 06:00:06 (GMT)
commit1923dc337f9f98c3e08b95654dea4b34084c6302 (patch)
tree359dd0ea59c350586d639773ea945ad98dd0ce7d /test/BitKeeper
parenta941b68612df943f6addacc59cd1ff3aa47b5907 (diff)
downloadSCons-1923dc337f9f98c3e08b95654dea4b34084c6302.zip
SCons-1923dc337f9f98c3e08b95654dea4b34084c6302.tar.gz
SCons-1923dc337f9f98c3e08b95654dea4b34084c6302.tar.bz2
Update more tests to use the new skip_test() method. Replace a CHANGES.txt comment inadvertently deleted.
Diffstat (limited to 'test/BitKeeper')
-rw-r--r--test/BitKeeper/BitKeeper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/BitKeeper/BitKeeper.py b/test/BitKeeper/BitKeeper.py
index 6db48f4..2fa3921 100644
--- a/test/BitKeeper/BitKeeper.py
+++ b/test/BitKeeper/BitKeeper.py
@@ -36,8 +36,7 @@ test = TestSCons.TestSCons()
bk = test.where_is('bk')
if not bk:
- print "Could not find BitKeeper, skipping test(s)."
- test.pass_test(1)
+ test.skip_test("Could not find 'bk'; skipping test(s).\n")
try:
login = os.getlogin()