fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32747 )
Change subject: contrib/jenkins.sh: uncomment verify_value_string_arrays_are_terminated.py ...................................................................... contrib/jenkins.sh: uncomment verify_value_string_arrays_are_terminated.py Change-Id: Iad9a6546fa7e2a654ed3217c2a875357ef5cc804 --- M contrib/jenkins.sh 1 file changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/47/32747/1 diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 5cc3a67..3127873 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -17,8 +17,9 @@ mkdir "$deps" || true -# TODO: ask whether fail is expected, because osmocom-bb build succeeds? -#"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]") +# exclude ancient local copy of libosmocore.git +verify_value_string_arrays_are_terminated.py \ + $(find . -path ./src/shared/libosmocore -prune -o -name '*.[hc]' -print) export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH" export LD_LIBRARY_PATH="$inst/lib" -- To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/32747 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: Iad9a6546fa7e2a654ed3217c2a875357ef5cc804 Gerrit-Change-Number: 32747 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
