Skip to content

Commit

Permalink
chore: remove useless code (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape authored and Eason Gao committed Aug 25, 2023
1 parent 1885f5c commit 7263cd8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@ e2e-test-ci:
pkill -2 axon
pkill -2 http-server

byz-test:
cargo build --example axon-chain
cargo build --example byzantine_node
rm -rf ./devtools/chain/data
CONFIG=./examples/config-1.toml GENESIS=./examples/genesis.toml ./target/debug/examples/axon-chain > /tmp/log 2>&1 &
CONFIG=./examples/config-2.toml GENESIS=./examples/genesis.toml ./target/debug/examples/axon-chain > /tmp/log 2>&1 &
CONFIG=./examples/config-3.toml GENESIS=./examples/genesis.toml ./target/debug/examples/axon-chain > /tmp/log 2>&1 &
CONFIG=./examples/config-4.toml GENESIS=./examples/genesis.toml ./target/debug/examples/byzantine_node > /tmp/log 2>&1 &
cd byzantine/tests && yarn && ../../tests/e2e/wait-for-it.sh -t 300 localhost:8000 -- yarn run test
pkill -2 axon-chain byzantine_node

e2e-test-via-docker:
docker-compose -f tests/e2e/docker-compose-e2e-test.yaml up --exit-code-from e2e-test --force-recreate

Expand Down

0 comments on commit 7263cd8

Please sign in to comment.