From 2e52eea848513e867275fb59fcaedd54409a0189 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 21 Oct 2021 10:05:02 -0400 Subject: [PATCH] Update test runner to new default directory --- qa/pull-tester/run-bitcoind-for-test.sh.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in index 864f4419c..0ae527293 100755 --- a/qa/pull-tester/run-bitcoind-for-test.sh.in +++ b/qa/pull-tester/run-bitcoind-for-test.sh.in @@ -5,7 +5,9 @@ # Released under the GPLv3 # 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" mkdir -p "$DATADIR"/regtest touch "$DATADIR/HUSH3.conf"