[Lldb-commits] [lldb] r150124 - /lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py

Johnny Chen johnny.chen at apple.com
Wed Feb 8 16:51:41 PST 2012


Author: johnny
Date: Wed Feb  8 18:51:41 2012
New Revision: 150124

URL: http://llvm.org/viewvc/llvm-project?rev=150124&view=rev
Log:
Make the expect_prompt more strict.

Modified:
    lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py

Modified: lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py?rev=150124&r1=150123&r2=150124&view=diff
==============================================================================
--- lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py (original)
+++ lldb/trunk/test/terminal/TestSTTYBeforeAndAfter.py Wed Feb  8 18:51:41 2012
@@ -24,7 +24,7 @@
         """Test that 'stty -a' displays the same output before and after running the lldb command."""
 
         # The expect prompt.
-        expect_prompt = "expect.*> "
+        expect_prompt = "expect[0-9.]+> "
         # The default lldb prompt.
         lldb_prompt = "(lldb) "
 





More information about the lldb-commits mailing list