Skip to content

Commit

Permalink
fix make run bug in integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieKid committed Oct 29, 2024
1 parent 2d8aaa5 commit eab3b9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ run-horaedb-cluster: build-horaedb
nohup ${HORAEDB_BINARY_PATH} --config ${HORAEDB_CONFIG_FILE_1} > ${CLUSTER_HORAEDB_STDOUT_FILE_1} 2>&1 &
sleep 30

run: prepare build-meta
$(HORAEDB_TEST_BINARY)
run:
make run-local
make run-cluster
make run-compaction-offload

run-local: prepare
HORAEDB_ENV_FILTER=local $(HORAEDB_TEST_BINARY)
Expand Down

0 comments on commit eab3b9d

Please sign in to comment.