Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 12, 2024
1 parent f26fe49 commit c28d9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cd "$SCRIPT_DIR/.."
PYTHONPATH=. ./test/acceptance/server.py

./bin/check_readme.py

Expand All @@ -14,4 +15,3 @@ coverage run \

PYTHONPATH=. ./test/acceptance/file.py
PYTHONPATH=. ./test/acceptance/generate.py
PYTHONPATH=. ./test/acceptance/server.py
2 changes: 2 additions & 0 deletions test/acceptance/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
print(f"Copy '{test_data_dir}' to '{runner_temp}'")
shutil.copytree(test_data_dir, runner_temp)
test_data_dir = runner_temp
print(f"test_data_dir={test_data_dir}")


def wait_for_server(url: str, max_tries=10):
for _ in range(max_tries):
Expand Down

0 comments on commit c28d9b8

Please sign in to comment.