[llvm-commits] [zorg] r125164 - /zorg/trunk/lnt/lnt/tests/nt.py

Daniel Dunbar daniel at zuster.org
Tue Feb 8 19:56:16 PST 2011


Author: ddunbar
Date: Tue Feb  8 21:56:16 2011
New Revision: 125164

URL: http://llvm.org/viewvc/llvm-project?rev=125164&view=rev
Log:
LNT/nt: Fix logging print output stream.

Modified:
    zorg/trunk/lnt/lnt/tests/nt.py

Modified: zorg/trunk/lnt/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/tests/nt.py?rev=125164&r1=125163&r2=125164&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/nt.py (original)
+++ zorg/trunk/lnt/lnt/tests/nt.py Tue Feb  8 21:56:16 2011
@@ -296,7 +296,7 @@
 
     # If running without LLVM, make sure tools are up to date.
     if opts.without_llvm:
-        print '%s: building test-suite tools' % (timestamp(),)
+        print >>sys.stderr, '%s: building test-suite tools' % (timestamp(),)
         args = ['make', 'tools']
         build_tools_log_path = os.path.join(basedir, 'build-tools.log')
         build_tools_log = open(build_tools_log_path, 'w')





More information about the llvm-commits mailing list