1
0
Fork 0

Revert "coverity/build_Osmocom.sh: run 'make check' in do_build()"

This reverts commit bf84ba9f69.

Change-Id: I722f8cbb1934a4f5ce2969e243f223019f123777
This commit is contained in:
Vadim Yanitskiy 2022-07-03 19:36:06 +07:00
parent 9baa805a74
commit 618f171cb1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ do_build() {
--disable-doxygen \
$*
make $PARALLEL_MAKE check
make $PARALLEL_MAKE
make install
}