Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest.json

Issue 466203005: Fix regression introduced in r289434 - I missed the test_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/dynamic_gtest.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_gtest.json b/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
index 3c9f3569f799f6d652944f3c7177896b34d26bb4..848a5b2d2870b001cdd9a3ab1ea0be0df6f7adfc 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
@@ -227,6 +227,7 @@
"--builder-name=Linux Tests",
"--master-name=chromium.linux",
"--test-results-server=test-results.appspot.com",
+ "--test-type=telemetry_unittests",
"--metadata",
"chromium_revision=170242",
"--metadata",
@@ -263,6 +264,7 @@
"--builder-name=Linux Tests",
"--master-name=chromium.linux",
"--test-results-server=test-results.appspot.com",
+ "--test-type=telemetry_perf_unittests",
"--metadata",
"chromium_revision=170242",
"--metadata",

Powered by Google App Engine
This is Rietveld 408576698