[tor-commits] [ooni-probe/master] Fix path of coverage so that running it in sudo does not trigger error.
art at torproject.org
art at torproject.org
Tue Aug 5 17:39:00 UTC 2014
commit 2d2e1013430b0ea26c4e49bcd88b0353a4741354
Author: Arturo Filastò <art at fuffa.org>
Date: Tue Aug 5 12:44:20 2014 +0200
Fix path of coverage so that running it in sudo does not trigger error.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6e5069b..0cb74ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,6 @@ install:
- pip install -r requirements-dev.txt
# command to run tests, e.g. python setup.py test
script:
- - sudo coverage run $(which trial) ooni
+ - sudo $(which coverage) run $(which trial) ooni
after_success:
- coveralls
More information about the tor-commits
mailing list