From bc08b26ed40c784783a9705755d870401fb102dc Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Fri, 3 Feb 2023 13:17:10 -0100 Subject: [PATCH] more debug --- tests/nym-mixnode-binary-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nym-mixnode-binary-check.sh b/tests/nym-mixnode-binary-check.sh index 5e02127b19..e740d03360 100755 --- a/tests/nym-mixnode-binary-check.sh +++ b/tests/nym-mixnode-binary-check.sh @@ -45,10 +45,10 @@ check_mixnode_binary_build() { VALUE=${VALUE#\"} VALUE=${VALUE%\"} - echo $VALUE + result=$(echo ${VALUE}) # do asserts here based upon the output on init - assert ${VALUE} $(echo ${WALLET_ADDRESS_CONST}) + assert result $(echo ${WALLET_ADDRESS_CONST}) assert_end nym-mixnode-tests else echo "exiting test no binary found"