diff options
| -rwxr-xr-x | test/run-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-test b/test/run-test index 424c2e40be..73c92d4322 100755 --- a/test/run-test +++ b/test/run-test @@ -799,11 +799,11 @@ fi echo '#################### info' cat "${td_info}" | sed 's/^/# /g' echo '#################### diffs' - diff --strip-trailing-cr -u "$expected" "$output" | tail -n 2000 + diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000 echo '####################' if [ "$strace" = "yes" ]; then echo '#################### strace output' - tail -n 2000 "$tmp_dir/$strace_output" + tail -n 3000 "$tmp_dir/$strace_output" echo '####################' fi echo ' ' |