]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
rump build tests: Introduce ts-xen-build-rump
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 4 Nov 2016 18:58:44 +0000 (18:58 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 9 Nov 2016 16:25:25 +0000 (16:25 +0000)
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
ts-xen-build-rump [new file with mode: 0755]

index 57080e7aaa835806f3ad51413e1c00586707661e..104c880472c0a887976203fa0f834c965c772083 100755 (executable)
@@ -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 (executable)
index 0000000..7ce3e73
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -ex
+
+exec ./ts-xen-build "$@"                                               \
+       ---                                                             \
+       tools