From 7d73bb7c90c3798825a09056de61ab3633da24bc Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 24 Oct 2017 13:37:01 +0530 Subject: [PATCH] test: remove useless `--build-lxc` option We build the LXC container during the provisionning phase anyway. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 382b1e1..436b4c4 100755 --- a/test.sh +++ b/test.sh @@ -57,7 +57,7 @@ function setup() { function test_package_check() { echo "--- Running package_check ---" - _vagrant_ssh "package_check/package_check.sh --build-lxc --bash-mode '$APP_DIR'" + _vagrant_ssh "package_check/package_check.sh --bash-mode '$APP_DIR'" } function teardown() {