Skip to content

Commit

Permalink
Revert "Print env vars"
Browse files Browse the repository at this point in the history
This reverts commit ec438ac.
  • Loading branch information
otto-ifak committed Nov 12, 2024
1 parent ec438ac commit 6367b85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bin/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

env

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cd "$SCRIPT_DIR/.."
Expand Down
3 changes: 0 additions & 3 deletions test/acceptance/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
import time
from dataclasses import dataclass

for k, v in os.environ.items():
print(f"{k}: {v}")

HOST = 'http://localhost:5001'
script_dir = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 6367b85

Please sign in to comment.