X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestsuite_common.sh;h=bae1b6b687e939d88a1c22842cd30c83aace90a3;hb=21c2d3065fdf0d8b8c8680d292b524248622875f;hp=2c5e6c3fc15c2d79cc3fdff5c2d62596df1393c8;hpb=acdd3f361ff7af58b0276789cc5148180a06e552;p=nonrtric.git diff --git a/test/common/testsuite_common.sh b/test/common/testsuite_common.sh index 2c5e6c3f..bae1b6b6 100644 --- a/test/common/testsuite_common.sh +++ b/test/common/testsuite_common.sh @@ -29,13 +29,8 @@ if [ $# -gt 0 ]; then paramError=0 fi fi -if [ $# -eq 2 ]; then - if [ $2 == "auto-clean" ]; then - paramError=0 - fi -fi if [ $paramError -ne 0 ]; then - echo "Expected arg: local|remote|remote-remove [ auto-clean ]" + echo "Expected arg: local|remote|remote-remove" exit 1 fi