diff tests/run-tests.py @ 33696:1fa6023240f4

run-tests: don't drop optional lines after a missing unconditional line The previous behavior was to bail out when hitting 'awol', so 'missing (?)' was also dropped.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Jul 2017 00:57:11 -0400
parents eeed23508383
children 2e43c5cd57a7
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Jul 18 00:12:44 2017 -0400
+++ b/tests/run-tests.py	Tue Jul 18 00:57:11 2017 -0400
@@ -1423,7 +1423,7 @@
                                     # Don't append as optional line
                                     continue
                             else:
-                                break
+                                continue
                     postout.append(b'  ' + el)
 
             if lcmd: