summaryrefslogtreecommitdiff
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:00:14 +0200
commit9051369318de5a014a6770bc64c310f6c67d6045 (patch)
treee6bf1ebcc40ace87d7a79ef1128a19880db3fbae
parent1cec4e7bb311d35cbbe6b8b1f7a74c83d93fd573 (diff)
downloadpysnmp-git-9051369318de5a014a6770bc64c310f6c67d6045.tar.gz
reduce tests output by tailing them
-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