Skip to content

Commit

Permalink
CI fix for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Dec 19, 2023
1 parent 85dea14 commit fa336ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ elif [[ "$(uname)" == "Darwin" ]]; then
fi

brew install bash coreutils jq
echo "export PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\"" >> ~/.bashrc
else
echo "Unsupported platform: $(uname)"
exit 1
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_all.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -x
echo "Using PATH: $PATH"
"$(dirname "$0")/test_fake-coinjoin.sh" || exit 1
"$(dirname "$0")/test_ricochet-send.sh" || exit 1
"$(dirname "$0")/test_ricochet-send-from.sh" || exit 1
Expand Down

0 comments on commit fa336ef

Please sign in to comment.