summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
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