[Lldb-commits] [lldb] r138446 - /lldb/trunk/test/functionalities/alias/py_import

Enrico Granata granata.enrico at gmail.com
Wed Aug 24 10:46:38 PDT 2011


Author: enrico
Date: Wed Aug 24 12:46:38 2011
New Revision: 138446

URL: http://llvm.org/viewvc/llvm-project?rev=138446&view=rev
Log:
Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder)

Removed:
    lldb/trunk/test/functionalities/alias/py_import

Removed: lldb/trunk/test/functionalities/alias/py_import
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/alias/py_import?rev=138445&view=auto
==============================================================================
--- lldb/trunk/test/functionalities/alias/py_import (original)
+++ lldb/trunk/test/functionalities/alias/py_import (removed)
@@ -1,6 +0,0 @@
-script import sys, os
-script sys.path.append(os.path.join(os.getcwd(), os.pardir))
-script import welcome
-command script add welcome --function welcome.welcome_impl
-command script add targetname --function welcome.target_name_impl
-command script add longwait --function welcome.print_wait_impl





More information about the lldb-commits mailing list