diff test/runtests.sh @ 287:1c7c1e619be8

File movage
author Windel Bouwman
date Thu, 21 Nov 2013 11:57:27 +0100
parents d9df72971cbf
children 9417caea2eb3
line wrap: on
line diff
--- a/test/runtests.sh	Fri Nov 15 13:52:32 2013 +0100
+++ b/test/runtests.sh	Thu Nov 21 11:57:27 2013 +0100
@@ -1,11 +1,14 @@
 #!/usr/bin/env bash
 
-export PYTHONPATH=$PYTHONPATH:../python
+export PYTHONPATH=$PYTHONPATH:`pwd`/../python
 
 if [ $1 == "loop" ]; then
   DIR=..
   while :; do
-    python -m unittest
+    python -m unittest -v
+    cd gui
+    #python -m unittest -v
+    cd ..
     echo "Awaiting changes in $DIR"
     inotifywait -r -e modify $DIR
   done