summaryrefslogtreecommitdiff
path: root/contrib/python/podman/test/test_runner.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-10-02 08:47:53 -0700
committerGitHub <noreply@github.com>2018-10-02 08:47:53 -0700
commit89c5804fe0ca3ece7587adb5d5c974dbc494f721 (patch)
tree042a10e85f659e8ce3d8ab1841752392e53b353d /contrib/python/podman/test/test_runner.sh
parent08898cb5ac982c9f160e50731616a5ca27e56a09 (diff)
parentff38edaafefa1cdac9a87a1a08b8f4fcd94ae996 (diff)
downloadpodman-89c5804fe0ca3ece7587adb5d5c974dbc494f721.tar.gz
podman-89c5804fe0ca3ece7587adb5d5c974dbc494f721.tar.bz2
podman-89c5804fe0ca3ece7587adb5d5c974dbc494f721.zip
Merge pull request #1563 from jwhonce/wip/pods
Implement pod varlink bindings
Diffstat (limited to 'contrib/python/podman/test/test_runner.sh')
-rwxr-xr-xcontrib/python/podman/test/test_runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh
index 76432cf47..ce518e7ed 100755
--- a/contrib/python/podman/test/test_runner.sh
+++ b/contrib/python/podman/test/test_runner.sh
@@ -14,7 +14,7 @@ fi
export PATH=../../../bin:$PATH
function usage {
- echo 1>&2 $0 [-v] [-h] [test.TestCase|test.TestCase.step]
+ echo 1>&2 $0 '[-v] [-h] [test.<TestCase>|test.<TestCase>.<step>]'
}
while getopts "vh" arg; do