From: peusterm Date: Mon, 11 Sep 2017 06:35:46 +0000 (+0200) Subject: Be more verbose in CI jobs. X-Git-Tag: v3.1~9^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=541f55014d1cffe4b938b3b65961d0efa23a6e1c;p=osm%2Fvim-emu.git Be more verbose in CI jobs. Signed-off-by: Manuel Peuster --- diff --git a/utils/ci/jenkins_entrypoint.sh b/utils/ci/jenkins_entrypoint.sh index 6c5941e..886e3d0 100755 --- a/utils/ci/jenkins_entrypoint.sh +++ b/utils/ci/jenkins_entrypoint.sh @@ -43,7 +43,7 @@ set -x docker build -t test-son-emu-img . # launch the container and trigger the unit tests -docker run --name son-emu --rm --privileged --pid='host' -v /var/run/docker.sock:/var/run/docker.sock test-son-emu-img py.test -v src/emuvim/test/unittests +docker run --name son-emu --rm --privileged --pid='host' -v /var/run/docker.sock:/var/run/docker.sock test-son-emu-img py.test -v -s src/emuvim/test/unittests # # old way to call the tests directly on the host machine