From 01f4773a5d775ed7434747462880205dc45338ee Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Thu, 23 Feb 2023 14:23:06 +0200 Subject: [PATCH] update --- tests/nym-mixnode-binary-check.sh | 1 + tests/nym-socks-5-binary-check.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/nym-mixnode-binary-check.sh b/tests/nym-mixnode-binary-check.sh index 52ad190067..cb47ed9b4b 100755 --- a/tests/nym-mixnode-binary-check.sh +++ b/tests/nym-mixnode-binary-check.sh @@ -12,6 +12,7 @@ BINARY_NAME="nym-mixnode" # install the current release binary # so this is dependant on running on a linux machine for the time being + curl -L "https://builds.ci.nymte.ch/master/${BINARY_NAME}" -o $BINARY_NAME chmod u+x $BINARY_NAME diff --git a/tests/nym-socks-5-binary-check.sh b/tests/nym-socks-5-binary-check.sh index f04ec8794a..ebcfe85e14 100755 --- a/tests/nym-socks-5-binary-check.sh +++ b/tests/nym-socks-5-binary-check.sh @@ -11,8 +11,6 @@ RANDOM_ID=$(for i in {1..8}; do echo -n $(($RANDOM % 10)); done) ID="test-${RANDOM_ID}" BINARY_NAME="nym-socks5-client" -echo "the version number is ${RELEASE_VERSION_NUMBER} to be installed from github" - # install the current release binary # so this is dependant on running on a linux machine for the time being