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 2/3] rump build tests: Introduce ts-xen-build-rump
Date: Wed, 9 Nov 2016 14:30:46 +0000 [thread overview]
Message-ID: <1478701847-30651-3-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1478701847-30651-1-git-send-email-ian.jackson@eu.citrix.com>
We are going to want to pass a whole slew of options to configure, and
hence to ts-xen-build. I think putting that in sg-run-job is
undesirable.
So, split out the ts-xen-build invocation into its own script.
Explicitly set the testid so that it does not change.
No significant functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
sg-run-job | 2 +-
ts-xen-build-rump | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100755 ts-xen-build-rump
diff --git a/sg-run-job b/sg-run-job
index 57080e7..104c880 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -501,7 +501,7 @@ proc run-job/build-libvirt {} {
proc run-job/build-rumprun {} {
run-ts . = ts-rumprun-build
run-ts . = ts-rumprun-demo-build + host + nettest rump-test-net
- run-ts . = ts-xen-build + host --no-kconfig tools
+ run-ts . xen-build ts-xen-build-rump + host --no-kconfig --
run-ts . = ts-rumprun-bake + host \
nettest :nettest:/rump-test-net \
xenstorels ::/usr/local/bin/xenstore-ls
diff --git a/ts-xen-build-rump b/ts-xen-build-rump
new file mode 100755
index 0000000..7ce3e73
--- /dev/null
+++ b/ts-xen-build-rump
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -ex
+
+exec ./ts-xen-build "$@" \
+ --- \
+ tools
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-11-09 14:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 14:30 [OSSTEST PATCH 0/3] Fix rump tests for lzma et al Ian Jackson
2016-11-09 14:30 ` [OSSTEST PATCH 1/3] ts-xen-build: Support passing arguments to configure Ian Jackson
2016-11-09 14:30 ` Ian Jackson [this message]
2016-11-09 14:30 ` [OSSTEST PATCH 3/3] rump build tests: Disable a lot of unwanted Xen things at configure time 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=1478701847-30651-3-git-send-email-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).