view python/trunner.sh @ 279:2ccd57b1d78c

Fix register allocator to do burn2 OK
author Windel Bouwman
date Sat, 12 Oct 2013 09:56:23 +0200
parents 5f8c04a8d26b
children
line wrap: on
line source

#!/usr/bin/bash

DIR=.
while :; do
  python -m unittest
  echo "Awaiting changes in $DIR"
  inotifywait -r -e modify $DIR
done