summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-08-19 02:56:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-19 02:56:15 +0000
commit3334ca750814788e6d9b4e77a662c052b3a1b00e (patch)
tree8e35d1f3dcd1033919f5ae8c030f05dbb0303a68
parentadb4f0199ca2de04c57221c8dbb0ffecbe6b2f63 (diff)
parente7a8ade3c81c6e7fae6ef35b6f84fc44a9f2d79f (diff)
downloadgtest_extras-3334ca750814788e6d9b4e77a662c052b3a1b00e.tar.gz
Fix extraneous print of -j. am: 5a1e23a9de am: 7b0a6f2750 am: c1aedcfc3f am: e7a8ade3c8
Original change: https://android-review.googlesource.com/c/platform/system/testing/gtest_extras/+/1403789 Change-Id: I8624d8f2f50da0f794a3431a9ce7f2a4efac9c64
-rw-r--r--IsolateMain.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/IsolateMain.cpp b/IsolateMain.cpp
index 9c368b3..898fb52 100644
--- a/IsolateMain.cpp
+++ b/IsolateMain.cpp
@@ -69,10 +69,8 @@ static void PrintHelpInfo() {
printf(
" will be called slow.\n"
" Only valid in isolation mode. Default slow threshold is 2000 ms.\n");
- ColoredPrintf(COLOR_GREEN, "-j");
printf(
- ".\n"
- "In isolation mode, you can send SIGQUIT to the parent process to show the\n"
+ "\nIn isolation mode, you can send SIGQUIT to the parent process to show the\n"
"current running tests, or send SIGINT to the parent process to stop all\n"
"running tests.\n"
"\n");