tests/run-tests.py
changeset 15248 3efbb5e8bf5c
parent 15236 4fae5df4b1bb
child 15344 ec50fe3f7a76
--- a/tests/run-tests.py	Thu Oct 13 17:54:35 2011 +0200
+++ b/tests/run-tests.py	Thu Oct 13 17:54:37 2011 +0200
@@ -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