From 3d15394720b985cb0afb3b847b62aefba4739bd7 Mon Sep 17 00:00:00 2001 From: peusterm Date: Wed, 8 Feb 2017 08:23:33 +0100 Subject: [PATCH] Fix: Small change in CI entrypoint to support int tests --- utils/ci/jenkins_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + -- 2.17.1