[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST RFC 2/2] sg-run-job: support dropping in adhoc test recipes
By reading sg-run-job-adhoc if it exists. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |