From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST RFC 2/2] sg-run-job: support dropping in adhoc test recipes Date: Tue, 15 Sep 2015 10:00:46 +0100 Message-ID: <1442307646-1316-2-git-send-email-ian.campbell@citrix.com> References: <1442307620.3549.333.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442307620.3549.333.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org By reading sg-run-job-adhoc if it exists. Signed-off-by: Ian Campbell --- sg-run-job | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sg-run-job b/sg-run-job index 0b0449b..c51a508 100755 --- a/sg-run-job +++ b/sg-run-job @@ -370,6 +370,10 @@ proc run-job/test-rumpuserxen {} { ts-guest-destroy-hard host $g + } +if {[file exists sg-run-job-adhoc]} { + source sg-run-job-adhoc +} + #---------- builds ---------- proc need-hosts/build {} { return BUILD } -- 2.5.1