mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
spec-test-script: Make case_last_words larger (#3651)
The current size is usually too small to contain useful info for post mortem investigations.
This commit is contained in:
parent
5e7d3ed59b
commit
5744e11916
|
@ -247,7 +247,7 @@ def test_case(
|
|||
if verbose_flag:
|
||||
print(output, end="")
|
||||
else:
|
||||
if len(case_last_words) == 16:
|
||||
if len(case_last_words) == 1024:
|
||||
case_last_words.pop(0)
|
||||
case_last_words.append(output)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user