Update test runner to new default directory

This commit is contained in:
Duke Leto
2021-10-21 10:05:02 -04:00
parent 21388aed31
commit 2e52eea848

View File

@@ -5,7 +5,9 @@
# Released under the GPLv3 # Released under the GPLv3
# #
HUSH_LOAD_TIMEOUT=500 HUSH_LOAD_TIMEOUT=500
DATADIR="@abs_top_builddir@/.komodo/HUSH3" # TODO: support legacy directory. For now, those that want
# to run tests must use the non-legacy directory
DATADIR="@abs_top_builddir@/.hush/HUSH3"
rm -rf "$DATADIR" rm -rf "$DATADIR"
mkdir -p "$DATADIR"/regtest mkdir -p "$DATADIR"/regtest
touch "$DATADIR/HUSH3.conf" touch "$DATADIR/HUSH3.conf"