Skip to content

Commit

Permalink
fix script cmd (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostekIV authored Jun 6, 2022
1 parent e0e5bd1 commit 1d79923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

cd e2e-tests/

RUST_LOG=aleph_e2e_client=info,aleph-client=info cargo run -- --node 127.0.0.1:9943 --test-cases members_rotate
RUST_LOG=aleph_e2e_client=info,aleph-client=info cargo run -- --node 127.0.0.1:9943

exit $?

0 comments on commit 1d79923

Please sign in to comment.