diff options
author | Ilya Etingof <etingof@gmail.com> | 2018-06-29 09:00:14 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2018-06-29 09:29:46 +0200 |
commit | f12389f1aec0e28308f27f5e62ed81ef7ad09264 (patch) | |
tree | 9eaca3aeda1f6c9f7d8a0ae8240bfcd9c796db52 | |
parent | f14b61a7daecfbfd217be2319641ba5dfbd87420 (diff) | |
download | pysnmp-git-f12389f1aec0e28308f27f5e62ed81ef7ad09264.tar.gz |
reduce tests output by tailing them
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index 22fab7e1..a435da6e 100755 --- a/runtests.sh +++ b/runtests.sh @@ -19,7 +19,7 @@ do continue ;; *) - python "${x}" + python "${x}" | tail -50 ;; esac done
\ No newline at end of file |