From 1370c12a5ab0857fb7753531d816ee7c102c4c7e Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 15 Jan 2023 13:19:12 +0200 Subject: [PATCH] Use different jm_test_datadir for each local user --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 4f83e19..34cc21b 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -195,7 +195,7 @@ run_jm_tests () fi for dir in '/dev/shm' '/Volumes/ramdisk' '/tmp' "${jm_source}/test"; do if [[ -d "${dir}" && -r "${dir}" && -w "${dir}" && -x "${dir}" ]]; then - jm_test_datadir="${dir}/jm_test_home/.bitcoin" + jm_test_datadir="${dir}/jm_test_home-$(whoami)/.bitcoin" break fi done