# HG changeset patch # User Windel Bouwman # Date 1373706781 -7200 # Node ID 51d5ed1bd5033f2a3c22753887f903ad25d15ead # Parent 7f18ed9b6b7e980ca3d1e80952ee1f7afa94ff3a Added testrunner diff -r 7f18ed9b6b7e -r 51d5ed1bd503 python/trunner.sh --- /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 + + +