Skip to content

Commit 5744e11

Browse files
authored
spec-test-script: Make case_last_words larger (#3651)
The current size is usually too small to contain useful info for post mortem investigations.
1 parent 5e7d3ed commit 5744e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/wamr-test-suites/spec-test-script

tests/wamr-test-suites/spec-test-script/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def test_case(
247247
if verbose_flag:
248248
print(output, end="")
249249
else:
250-
if len(case_last_words) == 16:
250+
if len(case_last_words) == 1024:
251251
case_last_words.pop(0)
252252
case_last_words.append(output)
253253

0 commit comments

Comments
 (0)