diff options
author | Steven Knight <knight@baldmt.com> | 2005-08-17 19:00:39 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-08-17 19:00:39 (GMT) |
commit | d8075b1a39a6d29bf2724e02a7b27dc35f794b70 (patch) | |
tree | db3f38fb056dd425a3c21fa50b374724c950c692 /test/RCS | |
parent | c5eb97dd2c58dc4b93bbe6682631d57febdd96bc (diff) | |
download | SCons-d8075b1a39a6d29bf2724e02a7b27dc35f794b70.zip SCons-d8075b1a39a6d29bf2724e02a7b27dc35f794b70.tar.gz SCons-d8075b1a39a6d29bf2724e02a7b27dc35f794b70.tar.bz2 |
Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's swallowing of interrupts. Update various tests.
Diffstat (limited to 'test/RCS')
-rw-r--r-- | test/RCS/diskcheck.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/RCS/diskcheck.py b/test/RCS/diskcheck.py index 4a93edf..8af2545 100644 --- a/test/RCS/diskcheck.py +++ b/test/RCS/diskcheck.py @@ -117,10 +117,10 @@ test.write(['sub', 'eee.in'], "checked-out sub/eee.in\n") expect = """\ -scons: warning: Ignoring missing SConscript 'sub/SConscript' +scons: warning: Ignoring missing SConscript '%s' File "SConstruct", line 23, in ? scons: *** Source `aaa.in' not found, needed by target `aaa.out'. Stop. -""" +""" % os.path.join('sub', 'SConscript') test.run(status=2, stderr=expect) |