[tor-commits] [stem/master] specified current dir for run_tests.py
atagar at torproject.org
atagar at torproject.org
Thu Sep 14 17:41:10 UTC 2017
commit 323eeb5d995659e0167b26167846309ebac4c269
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date: Wed Sep 13 10:34:20 2017 +0800
specified current dir for run_tests.py
---
.travis.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9a3be82a..ea169f76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,7 @@ install:
# Tests running commands
script:
- # run real db tests under coverage to have several merging coverage report
- # https://github.com/codecov/support/wiki/Merging-Reports
- - run_tests.py --unit
+ - ./run_tests.py --unit
notifications:
email: false
More information about the tor-commits
mailing list