From 766f048c1bac7ece2d37cfd7cd7e9c9b65c41ed1 Mon Sep 17 00:00:00 2001 From: Hussam <hussam@dominantstrategies.io> Date: Tue, 5 Sep 2023 14:28:35 -0500 Subject: [PATCH] Remove run-slice as an option --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index d05198d1f1..531745fb02 100644 --- a/Makefile +++ b/Makefile @@ -112,15 +112,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