Skip to content

Commit c29e1ad

Browse files
committed
Move remote test py download to test-remote command
1 parent 65559d8 commit c29e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ test-ci:
5858
@killall rebirthdb
5959

6060
test-remote:
61+
curl -qo ${REMOTE_TEST_SETUP_NAME} ${REMOTE_TEST_SETUP_URL}
6162
python ${REMOTE_TEST_SETUP_NAME} pytest -m integration
6263

6364
install-db:
@@ -82,5 +83,4 @@ clean:
8283
prepare:
8384
curl -qo ${TARGET_PROTO_FILE} ${PROTO_FILE_URL}
8485
curl -qo ${FILE_CONVERTER_NAME} ${FILE_CONVERTER_URL}
85-
curl -qo ${REMOTE_TEST_SETUP_NAME} ${REMOTE_TEST_SETUP_URL}
8686
python ./${FILE_CONVERTER_NAME} -l python -i ${TARGET_PROTO_FILE} -o ${TARGET_CONVERTED_PROTO_FILE}

0 commit comments

Comments
 (0)