Skip to content

Commit 7231fee

Browse files
committed
docker-run-tests: pass through PYTHON env var
problem: we can't pass an explicit python executable path through from the matrix solution: add it to the list
1 parent 441a0df commit 7231fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/docker/docker-run-checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ else
231231
-e TAP_DRIVER_QUIET \
232232
-e FLUX_TEST_TIMEOUT \
233233
-e FLUX_TEST_SIZE_MAX \
234+
-e PYTHON \
234235
-e PYTHON_VERSION \
235236
-e PRELOAD \
236237
-e POISON \

0 commit comments

Comments
 (0)