X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fclean_docker.sh;h=7fe6c39f792ee27cde00c20701f34b280ca2647f;hb=refs%2Fchanges%2F28%2F10128%2F1;hp=70e42da76774c1760d23a859452cdd69086a06cc;hpb=663566c28930429775ea9921f0e32ddf5253da28;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..."