Mercurial > lcfOS
comparison test/runtests.sh @ 300:158068af716c
yafm
author | Windel Bouwman |
---|---|
date | Tue, 03 Dec 2013 18:00:22 +0100 |
parents | 9417caea2eb3 |
children | b145f8e6050b |
comparison
equal
deleted
inserted
replaced
299:674789d9ff37 | 300:158068af716c |
---|---|
12 echo "Awaiting changes in $DIR" | 12 echo "Awaiting changes in $DIR" |
13 inotifywait -r -e modify $DIR | 13 inotifywait -r -e modify $DIR |
14 done | 14 done |
15 else | 15 else |
16 set -e | 16 set -e |
17 python -m unittest -v | 17 python -m unittest |
18 fi | 18 fi |
19 | 19 |
20 | 20 |