diff mbox

[OSSTEST,2/3] rump build tests: Introduce ts-xen-build-rump

Message ID 1478701847-30651-3-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Nov. 9, 2016, 2:30 p.m. UTC
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 mbox

Patch

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