mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-15 06:01:14 +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:
|
if verbose_flag:
|
||||||
print(output, end="")
|
print(output, end="")
|
||||||
else:
|
else:
|
||||||
if len(case_last_words) == 16:
|
if len(case_last_words) == 1024:
|
||||||
case_last_words.pop(0)
|
case_last_words.pop(0)
|
||||||
case_last_words.append(output)
|
case_last_words.append(output)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user