[Lldb-commits] [lldb] r116309 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Tue Oct 12 08:53:22 PDT 2010
Author: johnny
Date: Tue Oct 12 10:53:22 2010
New Revision: 116309
URL: http://llvm.org/viewvc/llvm-project?rev=116309&view=rev
Log:
Update comments.
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=116309&r1=116308&r2=116309&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Tue Oct 12 10:53:22 2010
@@ -381,6 +381,8 @@
continue
# We found a match for our test case. Add it to the suite.
+
+ # Update the sys.path first.
if not sys.path.count(dir):
sys.path.insert(0, dir)
base = os.path.splitext(name)[0]
@@ -473,7 +475,7 @@
os.environ["LLDB_SKIP_LONG_RUNNING_TEST"] = "NO"
#
-# Walk through the testdirs while collecting test cases.
+# Walk through the testdirs while collecting tests.
#
for testdir in testdirs:
os.path.walk(testdir, visit, 'Test')
More information about the lldb-commits
mailing list