Skip to content

Commit 8b13990

Browse files
committed
style: added console logs to test script
1 parent 1652c60 commit 8b13990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ cd "$(dirname "$0")"
44

55
if [ ! -e immudb ]
66
then
7-
echo "Downloading immudb..."
8-
97
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
8+
echo "Downloading 'linux-gnu' immudb version..."
109
URL=https://github.com/vchain-us/immudb/releases/download/v0.8.0/immudb-v0.8.0-linux-amd64
1110
wget -O immudb $URL
1211
elif [[ "$OSTYPE" == "darwin"* ]]; then
12+
echo "Downloading 'darwin' immudb version..."
1313
URL=https://github.com/vchain-us/immudb/releases/download/v0.8.0/immudb-v0.8.0-darwin-amd64
1414
curl -o immudb -L $URL
1515
fi

0 commit comments

Comments
 (0)