By reading sg-run-job-adhoc if it exists. Signed-off-by: Ian Campbell <ian.campb...@citrix.com> --- 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@lists.xen.org http://lists.xen.org/xen-devel