diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-23 04:20:18 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-23 04:20:18 (GMT) |
commit | 9c4ebd90350becd6ff9b1b4e4049546680c849b6 (patch) | |
tree | 96ec8e4ff8aaa1be804c40367493f104f95ddf8e /test/option-u.py | |
parent | 6a62c2995bb3d60005b839a5c5a1285ecd5aa859 (diff) | |
download | SCons-9c4ebd90350becd6ff9b1b4e4049546680c849b6.zip SCons-9c4ebd90350becd6ff9b1b4e4049546680c849b6.tar.gz SCons-9c4ebd90350becd6ff9b1b4e4049546680c849b6.tar.bz2 |
Fix the Entering
Diffstat (limited to 'test/option-u.py')
-rw-r--r-- | test/option-u.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-u.py b/test/option-u.py index 9cb0055..2b2ad4f 100644 --- a/test/option-u.py +++ b/test/option-u.py @@ -123,7 +123,7 @@ f4b_in = os.path.join('build', 'dir', 'f4b.in') f4b_out = os.path.join('build', 'dir', 'f4b.out') test.run(chdir = 'sub4', arguments = '-u', - stdout = "scons: Entering directory %s\n" % test.workpath() + \ + stdout = "scons: Entering directory `%s'\n" % test.workpath() + \ test.wrap_stdout("""\ scons: building associated BuildDir targets: build cat("%s", "%s") |