Mercurial > lcfOS
comparison test/runtests.sh @ 296:9417caea2eb3
Directorized some backend files
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 13:36:58 +0100 |
parents | 1c7c1e619be8 |
children | 158068af716c |
comparison
equal
deleted
inserted
replaced
295:917eab04b8b7 | 296:9417caea2eb3 |
---|---|
3 export PYTHONPATH=$PYTHONPATH:`pwd`/../python | 3 export PYTHONPATH=$PYTHONPATH:`pwd`/../python |
4 | 4 |
5 if [ $1 == "loop" ]; then | 5 if [ $1 == "loop" ]; then |
6 DIR=.. | 6 DIR=.. |
7 while :; do | 7 while :; do |
8 python -m unittest -v | 8 python -m unittest |
9 cd gui | 9 cd gui |
10 #python -m unittest -v | 10 #python -m unittest -v |
11 cd .. | 11 cd .. |
12 echo "Awaiting changes in $DIR" | 12 echo "Awaiting changes in $DIR" |
13 inotifywait -r -e modify $DIR | 13 inotifywait -r -e modify $DIR |