mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Write test results into testresults subdir
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
722f5e0bea
commit
8ebe2d26c6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user