All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 07/11] mg-repro-setup: Allow arguments to badusage
Date: Fri, 3 May 2019 17:59:53 +0100	[thread overview]
Message-ID: <20190503165957.5960-8-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <20190503165957.5960-1-ian.jackson@eu.citrix.com>

No functional change with existing call sites.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-repro-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-repro-setup b/mg-repro-setup
index b41bf478..d63e29b6 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -46,7 +46,7 @@ END
 
 }
 
-badusage () { echo >&2 "bad usage"; usage >&2; exit 126; }
+badusage () { echo >&2 "bad usage$*"; usage >&2; exit 126; }
 
 set -e -o posix
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [Xen-devel] [OSSTEST PATCH 07/11] mg-repro-setup: Allow arguments to badusage
Date: Fri, 3 May 2019 17:59:53 +0100	[thread overview]
Message-ID: <20190503165957.5960-8-ian.jackson@eu.citrix.com> (raw)
Message-ID: <20190503165953.IJTvLwTzVZPVpbVjNq5SNyQ_zRo9o-MsFrRrdFFuRB8@z> (raw)
In-Reply-To: <20190503165957.5960-1-ian.jackson@eu.citrix.com>

No functional change with existing call sites.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-repro-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-repro-setup b/mg-repro-setup
index b41bf478..d63e29b6 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -46,7 +46,7 @@ END
 
 }
 
-badusage () { echo >&2 "bad usage"; usage >&2; exit 126; }
+badusage () { echo >&2 "bad usage$*"; usage >&2; exit 126; }
 
 set -e -o posix
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-05-03 17:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03 16:59 [OSSTEST PATCH 00/11] mg-repro-flight: Provide --rebuild to make variant build jobs too Ian Jackson
2019-05-03 16:59 ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 01/11] mg-execute-flight: Save an mro in tmp/ Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 02/11] cs-adjust-flight: Break out copy_jobs_* Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 03/11] cs-adjust-flight: Use db_prepare and honour -D -D for sql dumps Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 04/11] mg-repro-setup: Improve a doc message slightly Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 05/11] mg-repro-setup: Break out compute_adjusts Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 06/11] mg-repro-setup: Move logging setup to later Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` Ian Jackson [this message]
2019-05-03 16:59   ` [Xen-devel] [OSSTEST PATCH 07/11] mg-repro-setup: Allow arguments to badusage Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 08/11] mg-repro-setup: Move flight creation up before task creation Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 09/11] mg-repro-flight: Provide --rebuild to make variant build jobs too Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 10/11] mg-repro-setup: Detect options (-...) in wrong place Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 11/11] mg-allocate: Don't try allocating the same resource for two specs Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson

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=20190503165957.5960-8-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /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.