Fix nesting of test run
Change-Id: I03497490dc4c79fa19124c9f9c010f86d918a14e
Reviewed-on: https://gn-review.googlesource.com/1643
Reviewed-by: Petr Hosek <phosek@google.com>
Commit-Queue: Scott Graham <scottmg@chromium.org>
diff --git a/infra/recipes/gn.expected/ci_win.json b/infra/recipes/gn.expected/ci_win.json
index 1a6f953..9d57f03 100644
--- a/infra/recipes/gn.expected/ci_win.json
+++ b/infra/recipes/gn.expected/ci_win.json
@@ -216,9 +216,9 @@
"cmd": [
"[START_DIR]\\gn\\out\\gn_unittests"
],
- "name": "debug.build.test",
+ "name": "debug.test",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@2@@@"
+ "@@@STEP_NEST_LEVEL@1@@@"
]
},
{
@@ -293,9 +293,9 @@
"cmd": [
"[START_DIR]\\gn\\out\\gn_unittests"
],
- "name": "release.build.test",
+ "name": "release.test",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@2@@@"
+ "@@@STEP_NEST_LEVEL@1@@@"
]
},
{