runtests.sh 159 B

12345
  1. #!/bin/bash
  2. PAGURE_CONFIG=`pwd`/tests/test_config \
  3. PYTHONPATH=pagure \
  4. ./nosetests --with-coverage --cover-erase --cover-package=pagure --with-pagureperf $*