diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-05-28 17:50:36 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-05-28 17:50:36 (GMT) |
commit | f8098968bdca6e11a1cc1daa0df70f801c4e251f (patch) | |
tree | 67f997f3d86f4949b64b98ef89cbeb69cb2755c9 /test/Deprecated/SourceCode/SCCS | |
parent | 56309561f2396659965eda63b30c69043e17d3f6 (diff) | |
download | SCons-f8098968bdca6e11a1cc1daa0df70f801c4e251f.zip SCons-f8098968bdca6e11a1cc1daa0df70f801c4e251f.tar.gz SCons-f8098968bdca6e11a1cc1daa0df70f801c4e251f.tar.bz2 |
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Thanks to Steven Knight, the SCCS and Perforce tests have been debugged. Only
the BitKeeper test remains to be debugged.
Diffstat (limited to 'test/Deprecated/SourceCode/SCCS')
-rw-r--r-- | test/Deprecated/SourceCode/SCCS/diskcheck.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Deprecated/SourceCode/SCCS/diskcheck.py b/test/Deprecated/SourceCode/SCCS/diskcheck.py index 774a92c..d2364b6 100644 --- a/test/Deprecated/SourceCode/SCCS/diskcheck.py +++ b/test/Deprecated/SourceCode/SCCS/diskcheck.py @@ -43,8 +43,6 @@ msg_sc = """SourceCode() has been deprecated and there is no replacement. \tIf you need this function, please contact dev@scons.tigris.org.""" warn_sc = test.deprecated_wrap(msg_sc) -test.skip_test("Need SCCS to debug these tests.\n") - sccs = test.where_is('sccs') if not sccs: test.skip_test("Could not find 'sccs'; skipping test(s).\n") |