[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [ooni-probe/master] Run the unittests as root so that the scapy tests get run by travis



commit 7ab4ccd65259f618bcb2397bc0b58e82b28b5a04
Author: Arturo Filastò <art@xxxxxxxxx>
Date:   Tue Aug 5 12:32:52 2014 +0200

    Run the unittests as root so that the scapy tests get run by travis
---
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6bce942..6e5069b 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:
-  - coverage run $(which trial) ooni
+  - sudo coverage run $(which trial) ooni
 after_success: 
   - coveralls

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits