Skip to content

Commit

Permalink
Remove only test-related data directories
Browse files Browse the repository at this point in the history
It would allow mounting '/data' to preserve the logs.
  • Loading branch information
romanz committed Nov 21, 2023
1 parent 36c3828 commit 8326249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

rm -rf data/
rm -rf data/{bitcoin,electrum,electrs}
mkdir -p data/{bitcoin,electrum,electrs}

cleanup() {
Expand Down

0 comments on commit 8326249

Please sign in to comment.