diff --git a/test.sh b/test.sh index f098e4b..e46caed 100755 --- a/test.sh +++ b/test.sh @@ -17,7 +17,7 @@ help() } 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" ]