diff test/runtests.sh @ 306:b145f8e6050b

Start on c3 rewrite
author Windel Bouwman
date Mon, 09 Dec 2013 19:00:21 +0100
parents 158068af716c
children 11c5a8a70c02
line wrap: on
line diff
--- a/test/runtests.sh	Fri Dec 06 13:50:38 2013 +0100
+++ b/test/runtests.sh	Mon Dec 09 19:00:21 2013 +0100
@@ -2,7 +2,8 @@
 
 export PYTHONPATH=$PYTHONPATH:`pwd`/../python
 
-if [ $1 == "loop" ]; then
+if [ "$1" == "loop" ]
+then
   DIR=..
   while :; do
     python -m unittest