diff python/trunner.sh @ 269:5f8c04a8d26b

Towards better modularity
author Windel Bouwman
date Sun, 18 Aug 2013 17:43:18 +0200
parents 521567d17388
children
line wrap: on
line diff
--- a/python/trunner.sh	Wed Aug 14 20:12:40 2013 +0200
+++ b/python/trunner.sh	Sun Aug 18 17:43:18 2013 +0200
@@ -2,9 +2,9 @@
 
 DIR=.
 while :; do
+  python -m unittest
   echo "Awaiting changes in $DIR"
   inotifywait -r -e modify $DIR
-  python -m unittest
 done