We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30d2cc commit 28c1ffeCopy full SHA for 28c1ffe
tests/python-argv0-test
@@ -18,14 +18,14 @@ while true; do
18
fi
19
done
20
21
-MY_PYTHON=${1}
+export EPYTHON=${1}
22
23
-echo "Python used: ${MY_PYTHON}" >&2
+echo "Python used: ${EPYTHON}" >&2
24
25
-PYTHON_PATH=$(command -v "${MY_PYTHON}")
+PYTHON_PATH=$(command -v "${EPYTHON}")
26
27
-mkdir -p "${TEST_DIR}/${MY_PYTHON}"
28
-ln -f -s "${PYTHON_PATH}" "${TEST_DIR}/${MY_PYTHON}/python"
+mkdir -p "${TEST_DIR}/${EPYTHON}"
+ln -f -s "${PYTHON_PATH}" "${TEST_DIR}/${EPYTHON}/python"
29
30
# replace with C wrapper
31
ln -f -s python-exec2c "${TEST_DIR}/python"
0 commit comments