Skip to content

Commit

Permalink
fix(test): correct the 'Ensuring dependencies' check (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Apr 12, 2024
1 parent ad15284 commit 2977e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ done
if [ "$(uname -s)" != "Darwin" ]; then
for message in \
"Performing a system upgrade... ok.$" \
"Checking for dependencies... ok.$" \
"Ensuring (build|runtime) dependencies... ok.$" \
"Creating application shortcuts... ok.$" \
"Checking the memory on your system... [0-9]+\.[0-9] of [0-9]+\.[0-9] GiB free.$"; do
if ! grep -Eq "${message}" output_stdout.txt > /dev/null 2>&1; then
Expand Down

0 comments on commit 2977e57

Please sign in to comment.