X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frebuild.ksh;h=bf95b6d0c4accd2645abbd0e1f0a14f6e1a744e4;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=1cae81b7f67f5f04840a5dee9e17514ab0ce21bd;hpb=d9de79acd9c205dc4f795e90a98331628ed6c85b;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/rebuild.ksh b/test/app_test/rebuild.ksh index 1cae81b..bf95b6d 100644 --- a/test/app_test/rebuild.ksh +++ b/test/app_test/rebuild.ksh @@ -47,7 +47,7 @@ echo "$(date) build starts" >&2 git pull # get the up to date code so if run from an old image it's a good test fi cd $build_path - cmake .. + cmake .. -DDEV_PKG=1 make package ) >/tmp/PID$$.log if (( $? != 0 ))