Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ UID?=$(shell id -u)
DEST_DIR?=/usr/local/bin
UPX_BIN?=$(shell whereis -b upx 2>/dev/null | awk '{print $$(NF-0)}')

TEST_PSMDB_VERSION?=latest
TEST_PSMDB_VERSION?=3.6
TEST_MONGODB_ADMIN_USERNAME?=admin
TEST_MONGODB_ADMIN_PASSWORD?=admin123456
TEST_MONGODB_USERNAME?=test
Expand Down