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/Perforce | |
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/Perforce')
-rw-r--r-- | test/Perforce/Perforce.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Perforce/Perforce.py b/test/Perforce/Perforce.py index 5808b23..891acc3 100644 --- a/test/Perforce/Perforce.py +++ b/test/Perforce/Perforce.py @@ -41,8 +41,7 @@ test = TestSCons.TestSCons() p4 = test.where_is('p4') if not p4: - print "Could not find Perforce, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find 'p4'; skipping test(s).\n") user = os.environ.get('USER') if not user: |