From e290382e429465fe107f127b6744fb0e14b4e136 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Fri, 10 May 2019 08:57:14 +0300 Subject: Remove obsolete warning about concurrent executions Remove warning about unparameterized --display as it is now parameterized (this commit is a follow-up to comments in already merged https://gerrit.onap.org/r/#/c/87357/) Added also brackets for namespace parameter in usage guide Change-Id: I78a753b026e3e9b410798687b28ad0ca1115703e Issue-ID: OOM-1844 Signed-off-by: kaihlavi --- ete-k8s.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ete-k8s.sh') diff --git a/ete-k8s.sh b/ete-k8s.sh index 897628c..5d42f04 100755 --- a/ete-k8s.sh +++ b/ete-k8s.sh @@ -17,7 +17,6 @@ # # Run the testsuite for the passed tag. Valid tags are listed in usage help # Please clean up logs when you are done... -# Note: Do not run multiple concurrent ete-k8s.sh as the --display is not parameterized and tests will collide # if [ "$1" == "" ] || [ "$2" == "" ]; then echo "Usage: ete-k8s.sh [namespace] [tag]" -- cgit 1.2.3-korg