fix assertions
This commit is contained in:
@@ -43,7 +43,7 @@ check_gateway_binary_build() if [ -f nym-gateway ]; then
|
||||
|
||||
# do asserts here based upon the output on init
|
||||
|
||||
assert $(echo ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
|
||||
assert "echo ${VALUE}" $(echo ${WALLET_ADDRESS_CONST})
|
||||
assert_end nym-gateway-tests
|
||||
else
|
||||
echo "exting test no binary found"
|
||||
|
||||
@@ -33,7 +33,7 @@ check_mixnode_binary_build() {
|
||||
VALUE="$(echo ${OUTPUT} | jq .wallet_address | tr -d '"')"
|
||||
|
||||
# do asserts here based upon the output on init
|
||||
assert $(echo ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
|
||||
assert "echo ${VALUE}" $(echo ${WALLET_ADDRESS_CONST})
|
||||
assert_end nym-mixnode-tests
|
||||
else
|
||||
echo "exiting test no binary found"
|
||||
|
||||
Reference in New Issue
Block a user