Skip to content

Commit

Permalink
Do not reinstall on test
Browse files Browse the repository at this point in the history
  • Loading branch information
roshii committed Nov 3, 2023
1 parent 2e0b3a4 commit 1cb20d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 1cb20d5

Please sign in to comment.