Bug 1384792: pass signed_installer_url to xpcshell tests for bbb r=aki

MozReview-Commit-ID: LWleRnEAgoi
This commit is contained in:
Chris AtLee
2017-07-27 00:01:35 -04:00
parent 64a5cf8c92
commit 201150fd16
3 changed files with 15 additions and 4 deletions

View File

@@ -306,7 +306,7 @@ task_description_schema = Schema({
},
Required('properties'): {
'product': basestring,
Extra: basestring, # additional properties are allowed
Extra: taskref_or_string, # additional properties are allowed
},
}, {
Required('implementation'): 'native-engine',