diff python/trunner.sh @ 231:521567d17388

simplify blink.c3
author Windel Bouwman
date Sat, 13 Jul 2013 20:20:44 +0200
parents 88a1e0baef65
children 5f8c04a8d26b
line wrap: on
line diff
--- a/python/trunner.sh	Sat Jul 13 19:53:44 2013 +0200
+++ b/python/trunner.sh	Sat Jul 13 20:20:44 2013 +0200
@@ -4,7 +4,7 @@
 while :; do
   echo "Awaiting changes in $DIR"
   inotifywait -r -e modify $DIR
-  python testc3.py
+  python -m unittest
 done