summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHofer-Julian <julian.public@protonmail.com>2019-09-08 23:46:12 +0200
committerKevin Song <chipbuster@users.noreply.github.com>2019-09-08 16:46:12 -0500
commitc67734f46c4782993dd269f60b2cfd72ad6e3b52 (patch)
treeb264dadc70ee7e29ae22afd40618f9b75ab14153
parent59d066c01ffba38ef0041160d04b41156e3d51eb (diff)
fix: Turn off label confinement for integration_test script (#322)
Allows usage on OS using SELinux. No influence on other OS is expected.
-rwxr-xr-xintegration_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test b/integration_test
index 93a6466df..a6b7518ba 100755
--- a/integration_test
+++ b/integration_test
@@ -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