| Index: scripts/slave/recipes/infra/build_conda_cipd_pkg.py
|
| diff --git a/scripts/slave/recipes/infra/build_conda_cipd_pkg.py b/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
|
| index f792e56825596cf6b3f823ea7a6a23305e6fe008..0daad5bba663cf3b4f4468b184545bdc0566ce9a 100644
|
| --- a/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
|
| +++ b/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
|
| @@ -76,15 +76,15 @@ def GenTests(api):
|
| yield (
|
| api.test('linux') +
|
| api.platform.name('linux') +
|
| - api.properties.generic()
|
| + api.properties.generic(path_config='kitchen')
|
| )
|
| yield (
|
| api.test('mac') +
|
| api.platform.name('mac') +
|
| - api.properties.generic()
|
| + api.properties.generic(path_config='kitchen')
|
| )
|
| yield (
|
| api.test('win') +
|
| api.platform.name('win') +
|
| - api.properties.generic()
|
| + api.properties.generic(path_config='kitchen')
|
| )
|
|
|