Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Dec 5, 2023
1 parent 228b4b2 commit f580696
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/tests/test_zksync_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ declare -i counter_failed=0
declare -i counter_total=0

verify_result () {
counter_total+=1
RESULT=$?
counter_total+=1
if [ $RESULT -eq 0 ]; then
echo ""
echo "-----------> SUCCESS <-----------"
Expand All @@ -18,6 +18,11 @@ verify_result () {
fi
}

echo "INFO"

node --version
npm --version
docker --version

#BASIC
echo "1. BASIC"
Expand Down

0 comments on commit f580696

Please sign in to comment.