diff test/runtests.sh @ 343:11c5a8a70c02 devel

Fix ide
author Windel Bouwman
date Sat, 01 Mar 2014 16:27:52 +0100
parents b145f8e6050b
children
line wrap: on
line diff
--- a/test/runtests.sh	Sat Mar 01 15:40:31 2014 +0100
+++ b/test/runtests.sh	Sat Mar 01 16:27:52 2014 +0100
@@ -1,15 +1,13 @@
 #!/usr/bin/env bash
 
-export PYTHONPATH=$PYTHONPATH:`pwd`/../python
+export PYTHONPATH=$PYTHONPATH:`pwd`/../python:`pwd`/../python/ide
 
 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