[Lldb-commits] [lldb] r117030 - /lldb/trunk/test/dotest.py

Johnny Chen johnny.chen at apple.com
Thu Oct 21 10:00:35 PDT 2010


Author: johnny
Date: Thu Oct 21 12:00:35 2010
New Revision: 117030

URL: http://llvm.org/viewvc/llvm-project?rev=117030&view=rev
Log:
Rewording of output message.

Modified:
    lldb/trunk/test/dotest.py

Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=117030&r1=117029&r2=117030&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Thu Oct 21 12:00:35 2010
@@ -545,7 +545,7 @@
     timestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H:%M:%S")
     sdir_name = timestamp
 os.environ["LLDB_SESSION_DIRNAME"] = sdir_name
-sys.stderr.write("\nSession info for test errors or failures will go into directory %s\n" % sdir_name)
+sys.stderr.write("\nSession info for test failures/errors will go into directory '%s'\n" % sdir_name)
 
 #
 # Invoke the default TextTestRunner to run the test suite, possibly iterating





More information about the lldb-commits mailing list