Skip to content

Commit

Permalink
fix debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Feb 7, 2025
1 parent 6088db6 commit 0f607d1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions scripts/run.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ if [ "$current_user" = "runner" ] && [[ "$OSTYPE" == "linux-gnu"* ]]; then
sudo docker system prune -f || echo "failed to cleanup docker"
fi

#if [ ! -d "tests/e2e/hardhat/node_modules" ]
#then
# pushd tests/e2e/hardhat
# yarn
# popd
#fi
if [ ! -d "tests/e2e/hardhat/node_modules" ]
then
pushd tests/e2e/hardhat
yarn
popd
fi

#if [ ! -d "tests/e2e/ledgerSim/node_modules" ]
#then
# pushd tests/e2e/ledgerSim
# yarn
# cp node_modules/@zondax/zemu/dist/src/grpc/zemu.proto node_modules/@zondax/zemu/dist/grpc/zemu.proto
# popd
#fi
if [ ! -d "tests/e2e/ledgerSim/node_modules" ]
then
pushd tests/e2e/ledgerSim
yarn
cp node_modules/@zondax/zemu/dist/src/grpc/zemu.proto node_modules/@zondax/zemu/dist/grpc/zemu.proto
popd
fi

# Set the CGO flags to use the portable version of BLST
#
Expand Down

0 comments on commit 0f607d1

Please # to comment.