Commit 8470dd42 authored by Will Harris's avatar Will Harris Committed by Commit Bot

Ensure gtest random and seed flags are passed to child test processes.

BUG=1015204

Change-Id: Id63ee4da3c8e51db06da0a306e90adeef7f5618a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866972Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Commit-Queue: Will Harris <wfh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707419}
parent b51cfae0
......@@ -238,8 +238,6 @@ CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
// Handled by the launcher process.
switches.erase(kGTestRepeatFlag);
switches.erase(kIsolatedScriptTestRepeatFlag);
switches.erase(kGTestShuffleFlag);
switches.erase(kGTestRandomSeedFlag);
// Don't try to write the final XML report in child processes.
switches.erase(kGTestOutputFlag);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment