osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/34311?usp=email )
Change subject: contrib/jenkins.sh: run "make check" ...................................................................... contrib/jenkins.sh: run "make check" Run "make check" in jenkins.sh, as we do it in most other Osmocom projects. Change-Id: Ic4f36e85823295c353789886af98eb3fe7eda039 --- M contrib/jenkins.sh 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/11/34311/1 diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 543671c..1a1d3b5 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -37,6 +37,8 @@ autoreconf --install --force ./configure --enable-sanitize --enable-werror --enable-lapd-examples $MAKE $PARALLEL_MAKE +$MAKE check \ + || cat-testlogs.sh $MAKE $PARALLEL_MAKE distcheck \ || cat-testlogs.sh $MAKE $PARALLEL_MAKE maintainer-clean -- To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/34311?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: Ic4f36e85823295c353789886af98eb3fe7eda039 Gerrit-Change-Number: 34311 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
