Skip to content

Commit

Permalink
remove VERSION environment variable (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran authored Jul 22, 2024
1 parent 5ed8192 commit b15dfbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ services:
- SSLKEYLOGFILE=/logs/keys.log
- QLOGDIR=/logs/qlog/
- TESTCASE=$TESTCASE_SERVER
- VERSION=$VERSION
depends_on:
- sim
cap_add:
Expand Down Expand Up @@ -70,7 +69,6 @@ services:
- QLOGDIR=/logs/qlog/
- TESTCASE=$TESTCASE_CLIENT
- REQUESTS=$REQUESTS
- VERSION=$VERSION
depends_on:
- sim
cap_add:
Expand Down
1 change: 0 additions & 1 deletion empty.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ SERVER_PARAMS=""
SSLKEYLOGFILE=""
TESTCASE_CLIENT=""
TESTCASE_SERVER=""
VERSION=""
WWW=""
WAITFORSERVER=""
1 change: 0 additions & 1 deletion interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ def _run_test(
"CLIENT=" + self._implementations[client]["image"] + " "
"SERVER=" + self._implementations[server]["image"] + " "
'REQUESTS="' + reqs + '" '
'VERSION="' + testcases.QUIC_VERSION + '" '
).format(testcase.scenario())
params += " ".join(testcase.additional_envs())
containers = "sim client server " + " ".join(testcase.additional_containers())
Expand Down

0 comments on commit b15dfbb

Please sign in to comment.