summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-31 04:29:50 (GMT)
committerSteven Knight <knight@baldmt.com>2002-01-31 04:29:50 (GMT)
commit1ce93f395c1d41297ba0ef82fb80be7a4d69daa9 (patch)
treefcb73c18df1f313aef2747e4036be3453094225b /etc
parentae1c3983b9c6d41608d494dfbdace21cdd459951 (diff)
downloadSCons-1ce93f395c1d41297ba0ef82fb80be7a4d69daa9.zip
SCons-1ce93f395c1d41297ba0ef82fb80be7a4d69daa9.tar.gz
SCons-1ce93f395c1d41297ba0ef82fb80be7a4d69daa9.tar.bz2
Allow libraries to specified as source files on the command line.
Diffstat (limited to 'etc')
-rw-r--r--etc/TestSCons.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/TestSCons.py b/etc/TestSCons.py
index 815466a..956b454 100644
--- a/etc/TestSCons.py
+++ b/etc/TestSCons.py
@@ -113,6 +113,8 @@ class TestSCons(TestCmd.TestCmd):
print stderr
print "Actual STDERR ============"
print self.stderr()
+ print "STDOUT ==================="
+ print self.stdout()
raise TestFailed
def up_to_date(self, arguments = None, **kw):