builders: Write test results into testresults subdir

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-01-08 19:49:13 +00:00
parent 722f5e0bea
commit 8ebe2d26c6

View File

@ -97,7 +97,7 @@ def get_publish_dest(props):
@util.renderer
def get_publish_resultdir(props):
return get_publish_internal(props)
return get_publish_internal(props) + "/testresults"
@util.renderer
def get_publish_name(props):