xen-devel.lists.xenproject.org archive mirror
 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 2/2] fixup! ts-xen-build: Build livepatches test-cases
Date: Mon, 12 Jun 2017 14:29:25 +0100	[thread overview]
Message-ID: <1497274165-24051-3-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1497274165-24051-1-git-send-email-ian.jackson@eu.citrix.com>

Use substep_eval, so we cope with xen.git revisions which do not
support `make dist-tests'.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-xen-build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ts-xen-build b/ts-xen-build
index eaf44b1..097ac0a 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -173,9 +173,11 @@ END
     }
 
     if ($enable_livepatch) {
-        buildcmd_stamped_logged(600, 'xen', 'xenlpt', '',<<END,'')
+	substep_eval('/dist-test', sub {
+	    buildcmd_stamped_logged(600, 'xen', 'xenlpt', '',<<END,'');
             $make_prefix make $makeflags dist-tests
 END
+	});
     }
 }
 
-- 
2.1.4


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

      parent reply	other threads:[~2017-06-12 13:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 13:29 [OSSTEST PATCH v4-v4.1 delta 0/2] livepatch test support Ian Jackson
2017-06-12 13:29 ` [OSSTEST PATCH 1/2] substep handling improvements Ian Jackson
2017-06-12 13:29 ` Ian Jackson [this message]

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=1497274165-24051-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).