From 7a13d871ca54024474ebba9118766f87fac7b3d5 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 6 Nov 2017 09:28:59 -0500 Subject: pass -k 0 to ninja This makes failing builds print all failures, not just the first. Successful builds, the usual case, are unaffected. Change-Id: I8dde21e913f6715e7760b298a87f51d1b40a8789 Reviewed-on: https://skia-review.googlesource.com/67803 Reviewed-by: Ben Wagner Commit-Queue: Mike Klein --- .../Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json') diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json index 8f59ca3805..f5f7b2b859 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json @@ -34,6 +34,8 @@ { "cmd": [ "ninja.exe", + "-k", + "0", "-C", "[START_DIR]/out/Debug_x64" ], -- cgit v1.2.3