more debug

This commit is contained in:
Tommy Verrall
2023-02-03 13:17:10 -01:00
parent 81c5cafc60
commit bc08b26ed4
+2 -2
View File
@@ -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"