summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-runner.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-runner.sh b/test-runner.sh
index a36a748..9ce1694 100755
--- a/test-runner.sh
+++ b/test-runner.sh
@@ -1,5 +1,11 @@
#!/bin/bash
+# Usage:
+# ./test-runner.sh <IMG_URL> <BACKEND> [<TEST> [<TEST> ...]]
+#
+# Example:
+# ./test-runner.sh file:///test.img openstack tests/uname.test
+
# Inputs
URL=$1
FILE=`basename "$URL"`