X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_all.sh;h=f27620564983c9a1431574d12f70d60f61ecc0bd;hb=353bafbe34c601eda6649ea7dcfdcf285d796d5a;hp=51747fb7458e82e76753cc7296160109b85eb3d6;hpb=ca366b18fa2887300361abc2539f23c068601598;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 ))