filter out timeout messages

original/refs/heads/master
Tomááas Mladek 2018-02-16 13:08:19 +01:00
parent 231faf0cd5
commit c2d10425d6
1 changed files with 1 additions and 1 deletions

View File

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