Skip to content

Commit

Permalink
Remove run-slice as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Sep 7, 2023
1 parent 0f0f1a2 commit dc38323
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,7 @@ ZONE_CMD += --ws.port $(ZONE_$(REGION)_$(ZONE)_PORT_WS)
ZONE_CMD += --dom.url ws://127.0.0.1:$(REGION_$(REGION)_PORT_WS)
ZONE_LOG_FILE = nodelogs/zone-$(REGION)-$(ZONE).log

run-slice:
ifeq (,$(wildcard nodelogs))
mkdir nodelogs
endif
$(PRIME_CMD) >> $(PRIME_LOG_FILE) 2>&1 &
$(REGION_CMD) >> $(REGION_LOG_FILE) 2>&1 &
$(ZONE_CMD) >> $(ZONE_LOG_FILE) 2>&1 &

run-all:
run:
ifeq (,$(wildcard nodelogs))
mkdir nodelogs
endif
Expand Down

0 comments on commit dc38323

Please sign in to comment.