Revert "filter out timeout messages"

This reverts commit c2d10425d6.
This commit is contained in:
Tomáš Mládek 2018-03-28 18:48:11 +02:00 committed by Tomáš Mládek
parent eb139ca75e
commit 950a06d304

View file

@ -1,4 +1,4 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
python3 delojza.py 2>&1 |grep -v "Timed out"| tee -a out/delojza.log
python3 delojza.py 2>&1 |tee -a out/delojza.log