mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +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:
parent
59d066c01f
commit
c67734f46c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user