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 26a7d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ directory.

Using the makefile will preload configuration values from the `network.env` file.
```shell
$ make run-all
$ make run
```

### Full node on the Garden test network
Expand Down

0 comments on commit 26a7d26

Please sign in to comment.