diff --git a/docker/recipes.test.yml b/docker/recipes.test.yml index ae7ccdc..d10cb74 100644 --- a/docker/recipes.test.yml +++ b/docker/recipes.test.yml @@ -12,3 +12,4 @@ services: target: /recipes working_dir: /recipes entrypoint: ./tests.sh + command: --disable-fakemachine diff --git a/tests/tests.sh b/tests/tests.sh index 334d1c8..fcea079 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -3,6 +3,6 @@ set -e for dir in simple subdirs separatedirs ; do pushd ${dir} - debos --disable-fakemachine main.yaml + debos $@ main.yaml popd done