All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murillo Bernardes <mfb@br.ibm.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH][XM-TEST] Add help option on runtests.sh
Date: Wed, 23 Nov 2005 18:33:28 -0200	[thread overview]
Message-ID: <200511231833.28438.mfb@br.ibm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

Add help option on runtests.sh

Signed-off-by: Murillo Fernandes Bernardes <mfb@br.ibm.com>

-- 
Murillo Fernandes Bernardes
IBM Linux Technology Center

[-- Attachment #2: xm-test_runtest_help.patch --]
[-- Type: text/x-diff, Size: 563 bytes --]

diff -r 14d733e5e1d0 tools/xm-test/runtest.sh
--- a/tools/xm-test/runtest.sh	Wed Nov 23 13:15:35 2005
+++ b/tools/xm-test/runtest.sh	Wed Nov 23 18:30:31 2005
@@ -14,6 +14,7 @@
     echo "  -q          : run a quick test set"
     echo "  -e <email>  : set email address for report"
     echo "  -s <report> : just submit report <report>"
+    echo "  -h | --help : show this help"
 }
 
 # Just submit the report
@@ -209,6 +210,10 @@
       -s)
 	  run=no
 	  ;;
+      -h|--help)
+          usage
+          exit 0
+          ;;
       *)
 	  REPORT=$1
 	  break

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

             reply	other threads:[~2005-11-23 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-23 20:33 Murillo Bernardes [this message]
2005-11-25 15:18 ` [PATCH][XM-TEST] Add help option on runtests.sh Ewan Mellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511231833.28438.mfb@br.ibm.com \
    --to=mfb@br.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.