Skip to content

Commit

Permalink
update run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 27, 2023
1 parent 94b42f1 commit 58b90e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export PATH="$HOME/.cargo/bin/:$PATH"
if ! command -v deltachat-rpc-server &> /dev/null
then
echo "deltachat-rpc-server not found, installing..."
curl -L "https://github.com/deltachat/deltachat-core-rust/releases/download/v1.120.0/deltachat-rpc-server-x86_64" -o ~/.cargo/bin/deltachat-rpc-server
chmod +x ~/.cargo/bin/deltachat-rpc-server

pip install deltachat-rpc-server
fi
if ! command -v courtney &> /dev/null
then
Expand Down

0 comments on commit 58b90e1

Please sign in to comment.