Skip to content

Commit bcef93d

Browse files
committed
Randomize the UID for container that run the test
1 parent 04ff51f commit bcef93d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3.3/test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ prepare() {
5454
}
5555

5656
run_test_application() {
57-
docker run ${CONTAINER_ARGS} --rm --cidfile=${cid_file} -p ${test_port} ${IMAGE_NAME}-testapp
57+
docker run --user=100001 ${CONTAINER_ARGS} --rm --cidfile=${cid_file} -p ${test_port} ${IMAGE_NAME}-testapp
5858
}
5959

6060
cleanup_app() {

0 commit comments

Comments
 (0)