All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][XM-TEST] Add help option on runtests.sh
@ 2005-11-23 20:33 Murillo Bernardes
  2005-11-25 15:18 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Murillo Bernardes @ 2005-11-23 20:33 UTC (permalink / raw)
  To: xen-devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-25 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 20:33 [PATCH][XM-TEST] Add help option on runtests.sh Murillo Bernardes
2005-11-25 15:18 ` Ewan Mellor

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.