Home | History | Annotate | Download | only in gtest

Lines Matching full:gtest_output

467 // Output xml file when --gtest_output is used, write this function as we can't
981 std::string gtest_output;
1066 options.gtest_output = testing::GTEST_FLAG(output);
1114 } else if (strncmp(args[i], "--gtest_output=", strlen("--gtest_output=")) ==
1116 std::string output = args[i] + strlen("--gtest_output=");
1140 options.gtest_output = output;
1142 fprintf(stderr, "invalid gtest_output file: %s\n", args[i]);
1146 // Remove --gtest_output=xxx from arguments, so child process will not
1187 options.job_count, options.gtest_output);