Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix version-label tests pass output.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamblevins committed Mar 10, 2021
1 parent 66d575d commit 1f4421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version-label.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Expecting \"$EXPECTED\"..."
ACTUAL=$($EOSIO_ROOT/build/bin/nodeos --version) || : # nodeos currently returns -1 for --version
# test
if [[ "$EXPECTED" == "$ACTUAL" ]]; then
echo 'Passed with \"$ACTUAL\".'
echo "Passed with \"$ACTUAL\"."
exit 0
fi
echo 'Failed!'
Expand Down

0 comments on commit 1f4421e

Please sign in to comment.