From: peusterm Date: Wed, 8 Feb 2017 07:23:33 +0000 (+0100) Subject: Fix: Small change in CI entrypoint to support int tests X-Git-Tag: v3.1~47^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=3d15394720b985cb0afb3b847b62aefba4739bd7 Fix: Small change in CI entrypoint to support int tests --- diff --git a/utils/ci/jenkins_entrypoint.sh b/utils/ci/jenkins_entrypoint.sh index 05331fb..2013db9 100755 --- a/utils/ci/jenkins_entrypoint.sh +++ b/utils/ci/jenkins_entrypoint.sh @@ -37,7 +37,7 @@ ansible-playbook install.yml echo "Running son-emu unit tests to validate installation" cd $SON_EMU_DIR python setup.py develop -py.test -v src/emuvim/test/unittests +