From: Ian Campbell Date: Tue, 15 Sep 2015 09:00:46 +0000 (+0100) Subject: sg-run-job: support dropping in adhoc test recipes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=47608fba5426f0a451c5b3d2baf898e2c2698b7d;p=osstest.git sg-run-job: support dropping in adhoc test recipes By reading sg-run-job-adhoc if it exists. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- 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 }