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 ec327ab commit e515760Copy full SHA for e515760
tests/scripts/docker/run_tests.sh
@@ -19,6 +19,8 @@ fi
19
pip_cache="$HOME/.cache"
20
docker_pip_cache="/tmp/cache/pip"
21
TEST="${1}/${2}"
22
+LOCAL_USER_ID=${LOCAL_USER_ID:=$(id -u)}
23
+LOCAL_GROUP_ID=${LOCAL_GROUP_ID:=$(id -g)}
24
25
cd tests
26
0 commit comments