X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fclean_docker.sh;h=7fe6c39f792ee27cde00c20701f34b280ca2647f;hb=b188e12cc1b4be627ae6f8f424f06c38ffb89804;hp=70e42da76774c1760d23a859452cdd69086a06cc;hpb=d0c7f9207203ce9a502fc15c09f9938eebfd44f7;p=nonrtric.git diff --git a/test/common/clean_docker.sh b/test/common/clean_docker.sh index 70e42da7..7fe6c39f 100755 --- a/test/common/clean_docker.sh +++ b/test/common/clean_docker.sh @@ -18,7 +18,7 @@ # Script to clean all docker containers having the label 'nrttest_app', i.e started by autotest -echo "Will stop and remove all docker containers with label 'nrttest_app'" +echo "Stopping and removing all docker containers with label 'nrttest_app'" echo " Stopping containers..." docker stop $(docker ps -qa --filter "label=nrttest_app") 2> /dev/null echo " Removing stopped containers..."