#227 Make test scripts executable and source hubs
Merged 7 years ago by atelic. Opened 7 years ago by atelic.
atelic/fedora-hubs jenkins  into  jenkins

file modified
+3
@@ -1,3 +1,6 @@ 

  #!/bin/bash

+ 

+ . ~/.virtualenvs/hubs/bin/activate || /bin/bash ./setup_python_test_env.sh

+ 

  HUBS_CONFIG=`pwd`/hubs/tests/hubs_test.cfg PYTHONPATH=. ./nosetests \

      --with-coverage --cover-erase --cover-package=hubs $*

file modified

no initial comment

Pull-Request has been merged by atelic

7 years ago