| Index: scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
|
| diff --git a/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json b/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
|
| index 919afca6ce2e68b1ad3580280a1a0012ac2fe7ac..9ca5c6aaf1985ad67626a5e918f37ec1f271e0a5 100644
|
| --- a/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
|
| +++ b/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
|
| @@ -3,7 +3,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/disk/resources/statvfs.py",
|
| + "MODULE[disk]/resources/statvfs.py",
|
| "[SLAVE_BUILD]"
|
| ],
|
| "name": "usage1",
|
| @@ -22,7 +22,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/disk/resources/statvfs.py",
|
| + "MODULE[disk]/resources/statvfs.py",
|
| "[SLAVE_BUILD]"
|
| ],
|
| "name": "usage2",
|
|
|