Skip to content

Commit b15dfbb

Browse files
authored
remove VERSION environment variable (#396)
1 parent 5ed8192 commit b15dfbb

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ services:
4141
- SSLKEYLOGFILE=/logs/keys.log
4242
- QLOGDIR=/logs/qlog/
4343
- TESTCASE=$TESTCASE_SERVER
44-
- VERSION=$VERSION
4544
depends_on:
4645
- sim
4746
cap_add:
@@ -70,7 +69,6 @@ services:
7069
- QLOGDIR=/logs/qlog/
7170
- TESTCASE=$TESTCASE_CLIENT
7271
- REQUESTS=$REQUESTS
73-
- VERSION=$VERSION
7472
depends_on:
7573
- sim
7674
cap_add:

empty.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ SERVER_PARAMS=""
1010
SSLKEYLOGFILE=""
1111
TESTCASE_CLIENT=""
1212
TESTCASE_SERVER=""
13-
VERSION=""
1413
WWW=""
1514
WAITFORSERVER=""

interop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ def _run_test(
414414
"CLIENT=" + self._implementations[client]["image"] + " "
415415
"SERVER=" + self._implementations[server]["image"] + " "
416416
'REQUESTS="' + reqs + '" '
417-
'VERSION="' + testcases.QUIC_VERSION + '" '
418417
).format(testcase.scenario())
419418
params += " ".join(testcase.additional_envs())
420419
containers = "sim client server " + " ".join(testcase.additional_containers())

0 commit comments

Comments
 (0)