Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Sun, 16 Oct 2011 15:32:04 +0100
changeset 990 ab082912af32
parent 988 320bd57f76a3 (current diff)
parent 989 52af2791a71e (diff)
child 992 df7e78af0d9f
Merge with stable
--- a/tests/run-tests.py	Thu Oct 13 17:48:29 2011 +0100
+++ b/tests/run-tests.py	Sun Oct 16 15:32:04 2011 +0100
@@ -525,7 +525,7 @@
     inblock = False
     for l in lines:
         if inblock:
-            if l.startswith('  $ '):
+            if l.startswith('  $ ') or not l.startswith('  '):
                 inblock = False
                 yield '  > EOF\n'
                 yield l