Matthias Vogelgesang 10 éve
szülő
commit
f5b21f8859
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      tests/runtests.sh

+ 1 - 1
tests/runtests.sh

@@ -25,7 +25,7 @@ echo "* Activate virtualenv ..."
 source $CUR/venv/bin/activate
 
 # Install nose if not available
-pip freeze | grep nose > /dev/null
+pip freeze | grep "^nose" > /dev/null
 RC=$?
 
 if [ "$RC" -ne "0" ]; then