reduce tests output by tailing them

pull/168/head
Ilya Etingof 2018-06-29 09:00:14 +02:00
parent 1cec4e7bb3
commit 9051369318
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ do
continue
;;
*)
python "${x}"
python "${x}" | tail -50
;;
esac
done