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=5a750cb5aba7d6e23efeedb75a9f17006a9d5bd1;hpb=f7d44570f8de6e15f768e8e2d9b6061cd0bff11f;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/rebuild.ksh b/test/app_test/rebuild.ksh index 5a750cb..bf95b6d 100644 --- a/test/app_test/rebuild.ksh +++ b/test/app_test/rebuild.ksh @@ -1,5 +1,5 @@ #!/usr/bin/env ksh -# :vi ts=4 sw=4 noet : +# vim: ts=4 sw=4 noet : #================================================================================== # Copyright (c) 2019 Nokia # Copyright (c) 2018-2019 AT&T Intellectual Property. @@ -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 ))