Skip to content

Commit 5871162

Browse files
committed
use the correct binary
1 parent c5342ae commit 5871162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ test-integration:
5050
@killall rebirthdb
5151

5252
test-ci:
53-
@rethinkdb&
53+
@rebirthdb&
5454
pytest -v --cov rethinkdb --cov-report xml
55-
@killall rethinkdb
55+
@killall rebirthdb
5656

5757
test-remote:
5858
curl -qo ${REMOTE_TEST_SETUP_NAME} ${REMOTE_TEST_SETUP_URL}

0 commit comments

Comments
 (0)