changeset 229:51d5ed1bd503

Added testrunner
author Windel Bouwman
date Sat, 13 Jul 2013 11:13:01 +0200
parents 7f18ed9b6b7e
children 88a1e0baef65
files python/trunner.sh
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/trunner.sh	Sat Jul 13 11:13:01 2013 +0200
@@ -0,0 +1,11 @@
+#!/usr/bin/bash
+
+DIR=./c3
+while :; do
+  echo "Awaiting changes in $DIR"
+  inotifywait -e modify ./c3
+  python testc3.py
+done
+
+
+