fixeria submitted this change.
fixup: coverity: compile tests, but not execute them
Change-Id: I92b648cd1e80399561067eae99426faed1ff1e25
Fixes: Idf0714a59356633021be21acc47f9471d059b7fe
---
M coverity/prepare_source_Osmocom.sh
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh
index 22d72e7..ba5f13a 100755
--- a/coverity/prepare_source_Osmocom.sh
+++ b/coverity/prepare_source_Osmocom.sh
@@ -52,7 +52,9 @@
# instead of 'check_PROGRAMS' allows building test binaries during 'make all'.
files="$(git -C $proj grep -l check_PROGRAMS)"
if [ -n "$files" ]; then
+ pushd $proj
sed -i "s/check_PROGRAMS/noinst_PROGRAMS/" $files
+ popd
fi
done
To view, visit change 28514. To unsubscribe, or for help writing mail filters, visit settings.