Explorar el Código

Check for ^nose

Matthias Vogelgesang hace 10 años
padre
commit
f5b21f8859
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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