summaryrefslogtreecommitdiffstats
path: root/test/Interactive/variant_dir.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-21 19:37:35 (GMT)
committerSteven Knight <knight@baldmt.com>2009-01-21 19:37:35 (GMT)
commit1f71e4e28d4e5a8ca981f3c1d7bfae2310abb962 (patch)
tree5b88bc1bd64ace07d30362d61348778a2f5877f5 /test/Interactive/variant_dir.py
parent6537bb708baa7218286299742fa9c28ed0183930 (diff)
downloadSCons-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.py2
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)