summaryrefslogtreecommitdiffstats
path: root/test/Configure.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 (GMT)
commit363f4dd969747edcc783584138a8daf018417a47 (patch)
tree27a3ab63f74f7693bb5954d60dae2cb0a09cb937 /test/Configure.py
parentd8075b1a39a6d29bf2724e02a7b27dc35f794b70 (diff)
downloadSCons-363f4dd969747edcc783584138a8daf018417a47.zip
SCons-363f4dd969747edcc783584138a8daf018417a47.tar.gz
SCons-363f4dd969747edcc783584138a8daf018417a47.tar.bz2
Have Visual Studio echo that we're using SCons to build things, to work around a quoting issue. (Shannon Mann)
Diffstat (limited to 'test/Configure.py')
-rw-r--r--test/Configure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Configure.py b/test/Configure.py
index 83155bb..2512907 100644
--- a/test/Configure.py
+++ b/test/Configure.py
@@ -916,9 +916,6 @@ scons: Configure: creating config.h
print test.stdout()
print "---------------------------------------------------------"
test.fail_test()
-
-
- test.pass_test()
finally:
pass
@@ -927,3 +924,6 @@ finally:
#print test.read( test.workpath(work_dir, 'config.log'))
#print "-------------build/config.log------------"
#print test.read( test.workpath('build/config.log' ))
+
+
+test.pass_test()