From 9588a261bf1be334924b6d9dc33e68ace6fd358d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 11 Sep 2015 15:40:54 +0100 Subject: Provide usage and example comment. --- test-runner.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 [ [ ...]] +# +# Example: +# ./test-runner.sh file:///test.img openstack tests/uname.test + # Inputs URL=$1 FILE=`basename "$URL"` -- cgit v1.2.1