diff options
author | Steven Knight <knight@baldmt.com> | 2005-08-14 06:00:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-08-14 06:00:06 (GMT) |
commit | 1923dc337f9f98c3e08b95654dea4b34084c6302 (patch) | |
tree | 359dd0ea59c350586d639773ea945ad98dd0ce7d /test/CVS.py | |
parent | a941b68612df943f6addacc59cd1ff3aa47b5907 (diff) | |
download | SCons-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/CVS.py')
-rw-r--r-- | test/CVS.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CVS.py b/test/CVS.py index abdffe2..79257df 100644 --- a/test/CVS.py +++ b/test/CVS.py @@ -37,8 +37,7 @@ test = TestSCons.TestSCons() cvs = test.where_is('cvs') if not cvs: - print "Could not find CVS, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find 'cvs'; skipping test(s).\n") test.subdir('CVS', 'import', ['import', 'sub'], 'work1', 'work2') |