summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-06-29 09:00:14 +0200
committerIlya Etingof <etingof@gmail.com>2018-06-29 09:29:46 +0200
commitf12389f1aec0e28308f27f5e62ed81ef7ad09264 (patch)
tree9eaca3aeda1f6c9f7d8a0ae8240bfcd9c796db52 /runtests.sh
parentf14b61a7daecfbfd217be2319641ba5dfbd87420 (diff)
downloadpysnmp-git-f12389f1aec0e28308f27f5e62ed81ef7ad09264.tar.gz
reduce tests output by tailing them
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
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