Skip to content

Commit

Permalink
tests: execute run-tests.sh instead of source
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Aug 1, 2014
1 parent 30230fa commit b7bb9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Running the test suite is as simple as: ::

or, to also show code coverage: ::

source run-tests.sh
./run-tests.sh

License
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The development version can be downloaded from `its page at GitHub
git clone https://github.com/inveniosoftware/flask-sso.git
cd flask-sso
python setup.py develop
source run-tests.sh
./run-tests.sh

Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
##
## This file is part of Flask-SSO
## Copyright (C) 2014 CERN.
Expand All @@ -19,6 +20,5 @@
## In applying this licence, CERN does not waive the privileges and immunities
## granted to it by virtue of its status as an Intergovernmental Organization
## or submit itself to any jurisdiction.

coverage run setup.py test
coverage report -m

0 comments on commit b7bb9bf

Please sign in to comment.