mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
948020d9a3
Each test created log-files, but since they were not uniq it was difficult to check what went wrong for a failed test.
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
# see http://www.lyx.org/trac/ticket/7673#comment:15
|
|
#
|
|
Lang en_US.utf8
|
|
TestBegin ../bug-7673.lyx > bug-7673.loga.txt 2>&1
|
|
# 'outline-in' was needed to reproduce the crash on some commits when bisecting
|
|
KK: \Axcommand-sequence repeat 3 char-forward; outline-in; down; down\[Return]
|
|
TestEnd
|
|
Assert ! pcregrep -M 'SIGSEGV' bug-7673.loga.txt
|