Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jzvikart committed Oct 28, 2023
1 parent ce0bb4e commit 6c32ff3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,30 @@

set -ex

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 1"

. $(dirname $0)/vagrantenv.sh
. $(dirname $0)/shell_utilities.sh

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 2"

loglevel=${LOG_LEVEL:-INFO}

logecho $0 starting

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 3"

env | sort

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 4"

python3 --version

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 5"

set | sort

echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 6"

python3 -m pytest -olog_level=$loglevel -v -olog_file=/tmp/log.txt -v \
${TEST_INTEGRATION_PY_DIR}/test_new_currency_transfers.py
6 changes: 6 additions & 0 deletions test/integration/setup-linux-environment-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ echo '. ~/.bash_profile' >> ~/.bashrc
. ~/.bash_profile
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0

echo "jure-debug: setup-linux-environment-user.sh: 1"

python3 -m pip install pytest==7.4.3 web3==6.11.1 grpcio-tools==1.59.0 toml==0.10.2 PyYAML==6.0.1

echo "jure-debug: setup-linux-environment-user.sh: 2"

python3 -m pip freeze | sort

echo "jure-debug: setup-linux-environment-user.sh: 3"

0 comments on commit 6c32ff3

Please sign in to comment.