From 0551f8679ed7d8935c0e4373e6ebea8435aeaacb Mon Sep 17 00:00:00 2001 From: Stephen Martinis Date: Tue, 7 Feb 2017 16:31:37 -0800 Subject: [PATCH] Manual roll of raw_io output -> output_text refactor BUG=686280,664352 TBR=iannucci Change-Id: Ibd1feadffc440ea01790abe2bc73fc6a69092f54 Reviewed-on: https://chromium-review.googlesource.com/437821 Reviewed-by: Stephen Martinis Commit-Queue: Stephen Martinis --- infra/config/recipes.cfg | 2 +- recipe_modules/tryserver/example.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index a369fa8e81..44faf1415d 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -5,5 +5,5 @@ deps { project_id: "recipe_engine" url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" branch: "master" - revision: "5d4666c5340082e7bfad85ee01d47ebbc48aeab6" + revision: "9456147555cc76adec014709e02928b620d7d8d9" } diff --git a/recipe_modules/tryserver/example.py b/recipe_modules/tryserver/example.py index 68c30d30d5..b8bce4557d 100644 --- a/recipe_modules/tryserver/example.py +++ b/recipe_modules/tryserver/example.py @@ -48,7 +48,7 @@ def RunSteps(api): def GenTests(api): description_step = api.override_step_data( - 'git_cl description', stdout=api.raw_io.output('foobar')) + 'git_cl description', stdout=api.raw_io.output_text('foobar')) yield (api.test('with_git_patch') + api.properties( path_config='buildbot',