tests: Better isolate search text in test of error reporting. 20121001030503/pspp 20121002030515/pspp 20121003030503/pspp 20121004030504/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Sep 2012 19:29:33 +0000 (12:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Sep 2012 19:29:33 +0000 (12:29 -0700)
commit0586779167e0ada4328afb0300d701da31390206
tree85d45adb2f9139ac0a3343ffaba720c270c33536
parent8d1e072157ee3c8273e328c491be3c8bf57452da
tests: Better isolate search text in test of error reporting.

Some GNU/Linux distributions print additional text on a segfault,
e.g. "Cannot exec debugger: No such file or directory", which this
test was seeing in output and interpreting as a failed test.  This
commit fixes the problem by ignoring text up to the ***** line that
marks the start of the expected output.

Bug #37444.
Reported by Mindaugus.
tests/ui/terminal/main.at