Mercurial > lcfOS
view test/runtests.sh @ 337:b00219172a42
Added cool lm3s811 qemu project
author | Windel Bouwman |
---|---|
date | Thu, 20 Feb 2014 20:04:52 +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