neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/16756 )


Change subject: jenkins.sh: simpler invocation of verify_value_string_...
......................................................................

jenkins.sh: simpler invocation of verify_value_string_...

The script
osmo-ci/scripts/verify_value_string_arrays_are_terminated.py
is able to find .c/.h files in directory trees by itself.

Shorten the cmdline invocation of this script for libosmocore.

Change-Id: I888c20b9b19d777cd6581a541536842292f434b9
---
M contrib/jenkins_common.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/56/16756/1

diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh
index fa1d544..b86a479 100644
--- a/contrib/jenkins_common.sh
+++ b/contrib/jenkins_common.sh
@@ -10,7 +10,7 @@

 osmo-clean-workspace.sh

-verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
+verify_value_string_arrays_are_terminated.py

 prep_build() {
     _src_dir="$1"

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16756
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I888c20b9b19d777cd6581a541536842292f434b9
Gerrit-Change-Number: 16756
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to