Skip to content

Commit

Permalink
Update selftest to use reorganised crates (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: pool2win <[email protected]>
  • Loading branch information
pool2win and pool2win authored May 3, 2024
1 parent 62dfc96 commit a2992c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

cd node
cargo build
RUST_LOG=debug cargo run -- --bind=localhost:6680 &
RUST_LOG=info cargo run &
sleep 1
RUST_LOG=debug cargo run -- --bind=localhost:6680 --addpeer=localhost:6680 &
RUST_LOG=info cargo run -- --config-file=config.1.toml &
sleep 1

echo
echo ">>> Press any key to exit"
read

killall braidpool-node
killall target/debug/run

0 comments on commit a2992c4

Please sign in to comment.