Skip to content

Commit

Permalink
use the correct binary
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Mar 10, 2019
1 parent c5342ae commit 5871162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ test-integration:
@killall rebirthdb

test-ci:
@rethinkdb&
@rebirthdb&
pytest -v --cov rethinkdb --cov-report xml
@killall rethinkdb
@killall rebirthdb

test-remote:
curl -qo ${REMOTE_TEST_SETUP_NAME} ${REMOTE_TEST_SETUP_URL}
Expand Down

0 comments on commit 5871162

Please sign in to comment.