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
This commit is contained in:
Neels Hofmeyr 2018-06-09 05:32:42 +02:00 committed by laforge
parent 7e689c6577
commit b82cc772eb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
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"