Browse Source

Use different jm_test_datadir for each local user

master
Kristaps Kaupe 3 years ago
parent
commit
1370c12a5a
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      test/run_tests.sh

2
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

Loading…
Cancel
Save