Remove testdb before every test

This commit is contained in:
artfuldev 2021-10-15 03:05:46 +05:30
parent d307b281d7
commit 3a7e7baf51

View File

@ -17,7 +17,7 @@ help()
} }
test_kotlin() { test_kotlin() {
(cd bindings/bdk-kotlin && ./gradlew test -Djna.debug_load=true) (cd bindings/bdk-kotlin && rm -rf /tmp/testdb && ./gradlew test -Djna.debug_load=true)
} }
if [ $1 = "-h" ] if [ $1 = "-h" ]