Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Dec 12, 2024
1 parent cd557bf commit f8c284d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ e2e-flamegraph:
# E2E: Leader & Follower Up
e2e-leader-follower-up test="brlc" release_flag="--release":
#!/bin/bash
set -e

just build

Expand Down Expand Up @@ -359,15 +358,15 @@ e2e-leader-follower-up test="brlc" release_flag="--release":
npx hardhat test test/leader-follower-{{test}}.test.ts --bail --network stratus --show-stack-traces
if [ $? -ne 0 ]; then
just _log "Tests failed"
killport 3000 -s sigterm
killport 3001 -s sigterm
exit 1
else
just _log "Tests passed successfully"
exit 0
fi
)
fi
killport 3000 -s sigterm
killport 3001 -s sigterm

# E2E: Leader & Follower Down
e2e-leader-follower-down:
Expand Down

0 comments on commit f8c284d

Please sign in to comment.