From 8801cf0bbf5184592a2fff814206b5c969a860a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=BDvikart?= <7929905+jzvikart@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:49:34 +0200 Subject: [PATCH] WIP --- .../execute_integration_tests_against_test_chain_peg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/execute_integration_tests_against_test_chain_peg.sh b/test/integration/execute_integration_tests_against_test_chain_peg.sh index b5d337e129..72aeb208d9 100755 --- a/test/integration/execute_integration_tests_against_test_chain_peg.sh +++ b/test/integration/execute_integration_tests_against_test_chain_peg.sh @@ -17,3 +17,6 @@ env | sort python3 --version set | sort + +python3 -m pytest -olog_level=$loglevel -v -olog_file=/tmp/log.txt -v \ + ${TEST_INTEGRATION_PY_DIR}/test_new_currency_transfers.py