1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-31 15:40:51 +00:00

fix: Turn off label confinement for integration_test script (#322)

Allows usage on OS using SELinux.
No influence on other OS is expected.
This commit is contained in:
Hofer-Julian 2019-09-08 23:46:12 +02:00 committed by Kevin Song
parent 59d066c01f
commit c67734f46c

View File

@ -13,4 +13,4 @@ docker build -f tests/Dockerfile \
.
printf 'Running test suite:\n'
docker run --rm -v $(pwd):/src/starship starshipcommand/starship-test
docker run --rm -v $(pwd):/src/starship --security-opt="label=disable" starshipcommand/starship-test