Skip to content

Commit

Permalink
accept: Do not assume PYTHONPATH is set
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Oct 30, 2018
1 parent 9f8fa77 commit 940987c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/reconnecting_acceptance/test
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ test_setup() {

test_run() {
set -e
python/integration/end2end_test.py 1-ff00:0:112 1-ff00:0:110
PYTHONPATH=python/:. python/integration/end2end_test.py 1-ff00:0:112 1-ff00:0:110
docker restart dispatcher
sqlite3 gen-cache/sd1-ff00_0_112.path.db "delete from segments;"
python/integration/end2end_test.py 1-ff00:0:112 1-ff00:0:110
PYTHONPATH=python/:. python/integration/end2end_test.py 1-ff00:0:112 1-ff00:0:110
}

test_teardown() {
Expand Down

0 comments on commit 940987c

Please sign in to comment.