X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_all.sh;h=f27620564983c9a1431574d12f70d60f61ecc0bd;hb=refs%2Fchanges%2F74%2F4074%2F1;hp=51747fb7458e82e76753cc7296160109b85eb3d6;hpb=1739800d21456ddb0b0efbf92cb6d60c6f772feb;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/run_all.sh b/test/app_test/run_all.sh index 51747fb..f276205 100644 --- a/test/app_test/run_all.sh +++ b/test/app_test/run_all.sh @@ -58,7 +58,7 @@ function run_test { build="" errors=0 -si_flag="" # eventually we'll default to -S to run SI tests over NNG tests +si_flag="-S" # default to -S to prefer to run SI tests over NNG tests src_root="../.." if [[ -z $BUILD_PATH ]] # if not explicitly set, assume one of our standard spots @@ -186,5 +186,5 @@ else fi -fm -fr goober_dir +rm -fr goober_dir exit $(( !! errors ))