Mercurial > lcfOS
view test/runtests.sh @ 309:68b01c8abf8a
Added start of ir read and write
author | Windel Bouwman |
---|---|
date | Fri, 13 Dec 2013 13:51:02 +0100 |
parents | b145f8e6050b |
children | 11c5a8a70c02 |
line wrap: on
line source
#!/usr/bin/env bash export PYTHONPATH=$PYTHONPATH:`pwd`/../python if [ "$1" == "loop" ] then DIR=.. while :; do python -m unittest cd gui #python -m unittest -v cd .. echo "Awaiting changes in $DIR" inotifywait -r -e modify $DIR done else set -e python -m unittest fi