| commit | 3d15394720b985cb0afb3b847b62aefba4739bd7 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Wed Feb 08 08:23:33 2017 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Wed Feb 08 08:23:33 2017 +0100 |
| tree | 7bd3e417ac8180da4bdaa4816a652f74c7ccc7fe | |
| parent | a5a0ea08373c54e0855efad1dcc83d67ba577943 [diff] [blame] |
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 @@ echo "Running son-emu unit tests to validate installation" cd $SON_EMU_DIR python setup.py develop -py.test -v src/emuvim/test/unittests +