[Lldb-commits] [lldb] r118591 - in /lldb/trunk/test: expression_command/persistent_variables/ expression_command/persistent_variables/Makefile expression_command/persistent_variables/TestPersistentVariables.py persistent_variables/

Johnny Chen johnny.chen at apple.com
Tue Nov 9 09:57:37 PST 2010


Author: johnny
Date: Tue Nov  9 11:57:37 2010
New Revision: 118591

URL: http://llvm.org/viewvc/llvm-project?rev=118591&view=rev
Log:
Move the persistent_variables directory under expression_command directory.

Added:
    lldb/trunk/test/expression_command/persistent_variables/
      - copied from r118510, lldb/trunk/test/persistent_variables/
Removed:
    lldb/trunk/test/persistent_variables/
Modified:
    lldb/trunk/test/expression_command/persistent_variables/Makefile
    lldb/trunk/test/expression_command/persistent_variables/TestPersistentVariables.py

Modified: lldb/trunk/test/expression_command/persistent_variables/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/persistent_variables/Makefile?rev=118591&r1=118510&r2=118591&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/persistent_variables/Makefile (original)
+++ lldb/trunk/test/expression_command/persistent_variables/Makefile Tue Nov  9 11:57:37 2010
@@ -1,4 +1,4 @@
-LEVEL = ../make
+LEVEL = ../../make
 
 C_SOURCES := main.c
 

Modified: lldb/trunk/test/expression_command/persistent_variables/TestPersistentVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/persistent_variables/TestPersistentVariables.py?rev=118591&r1=118510&r2=118591&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/persistent_variables/TestPersistentVariables.py (original)
+++ lldb/trunk/test/expression_command/persistent_variables/TestPersistentVariables.py Tue Nov  9 11:57:37 2010
@@ -9,7 +9,7 @@
 
 class PersistentVariablesTestCase(TestBase):
 
-    mydir = "persistent_variables"
+    mydir = os.path.join("expression_command", "persistent_variables")
 
     def test_persistent_variables(self):
         """Test that lldb persistent variables works correctly."""





More information about the lldb-commits mailing list