Browse Source

Do not reinstall on test

master
roshii 2 years ago
parent
commit
1cb20d5ae6
  1. 4
      test/run_tests.sh

4
test/run_tests.sh

@ -181,10 +181,6 @@ run_jm_tests ()
mkdir -p miniircd
tar -xzf miniircd.tar.gz -C ./miniircd --strip-components=1
fi
if ! pip install -e '.[test]'; then
echo "Joinmarket could not be installed. Exiting."
return 1
fi
if [[ ! -L ./joinmarket.cfg && -e ./joinmarket.cfg ]]; then
mv ./joinmarket.cfg ./joinmarket.cfg.bak
echo "file 'joinmarket.cfg' moved to 'joinmarket.cfg.bak'"

Loading…
Cancel
Save