Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Jan 11, 2023
1 parent 0748267 commit 23d6aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ set -e

export RUN_E2E="true"
# e.g.,
# ./scripts/tests.e2e.sh 1.9.6 1.9.5 0.4.7
# ./scripts/tests.e2e.sh 1.9.5 1.9.4 0.4.7
if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
echo "must be run from repository root"
exit 255
fi

DEFAULT_VERSION_1=1.9.6
DEFAULT_VERSION_2=1.9.5
DEFAULT_VERSION_1=1.9.5
DEFAULT_VERSION_2=1.9.4
DEFAULT_SUBNET_EVM_VERSION=0.4.7

if [ $# == 0 ]; then
Expand Down

0 comments on commit 23d6aa4

Please sign in to comment.