diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-21 19:37:35 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-21 19:37:35 (GMT) |
commit | 1f71e4e28d4e5a8ca981f3c1d7bfae2310abb962 (patch) | |
tree | 5b88bc1bd64ace07d30362d61348778a2f5877f5 /test/Interactive/variant_dir.py | |
parent | 6537bb708baa7218286299742fa9c28ed0183930 (diff) | |
download | SCons-1f71e4e28d4e5a8ca981f3c1d7bfae2310abb962.zip SCons-1f71e4e28d4e5a8ca981f3c1d7bfae2310abb962.tar.gz SCons-1f71e4e28d4e5a8ca981f3c1d7bfae2310abb962.tar.bz2 |
Remove leftover "shell pwd" debug statement.
Update error messages now that the Windows cmd interpreter is looking
for the shell-out executables.
Diffstat (limited to 'test/Interactive/variant_dir.py')
-rw-r--r-- | test/Interactive/variant_dir.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Interactive/variant_dir.py b/test/Interactive/variant_dir.py index 7de25cc..68ee2a3 100644 --- a/test/Interactive/variant_dir.py +++ b/test/Interactive/variant_dir.py @@ -76,8 +76,6 @@ import os os.chdir('work/sub1') scons = test.start(chdir = 'work/sub1', arguments = '-Q -u --interactive') -scons.send("shell pwd\n") - scons.send("build\n") scons.send("build %s\n" % marker_1) |