From 270eb003dc5326d7da0e48aded355467f08f176c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 27 Apr 2018 23:06:21 -0700 Subject: Update help Signed-off-by: Alexey Neyman diff --git a/testing/docker/dmgr.sh b/testing/docker/dmgr.sh index 74539b4..1f2b120 100755 --- a/testing/docker/dmgr.sh +++ b/testing/docker/dmgr.sh @@ -24,6 +24,9 @@ ${1:+ERROR :: $1 Action is one of: build Build or rebuild the specified containers. + test Run tests (build-all). + enter Spawn a shell in the specified container. + clean Clean up in the specified container. If containers are not specified, the action is applied to all available containers. EOF @@ -97,7 +100,7 @@ selected_containers="${*:-${all_containers}}" case "${action}" in build|test|enter|clean) for c in ${selected_containers}; do - eval "action_${action} $c" + eval "action_${action} ${c}" done ;; "") -- cgit v0.10.2-6-g49f6