From 66f6e63731e364ed0de6fbe63bb9544ecb4f47c0 Mon Sep 17 00:00:00 2001 From: Keith Mok Date: Thu, 30 Dec 2021 18:58:06 +0000 Subject: [PATCH] Fix typo in fuzzy_fastboot README The fuzzy_fastboot does not output error with invalid command line argument. Fix typo in README for running with gtest_filter Bug: 212628476 Test: N/A Change-Id: I4a67a84807b59db50f063f1b9cf60dc964c1df20 --- fastboot/fuzzy_fastboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastboot/fuzzy_fastboot/README.md b/fastboot/fuzzy_fastboot/README.md index 72967c5fe..a5b64c746 100644 --- a/fastboot/fuzzy_fastboot/README.md +++ b/fastboot/fuzzy_fastboot/README.md @@ -293,7 +293,7 @@ The following is the recommended workflow for using Fuzzy Fastboot on a new devi Begin with just the generic tests (i.e. no XML file). In particular, make sure all the conformance tests are passing before you move on. All other tests require that the basic generic conformance tests all pass for them to be valid. The conformance -tests can be run with `./fuzzy_fastboot --gtests_filter=Conformance.*`. +tests can be run with `./fuzzy_fastboot --gtest_filter=Conformance.*`. #### Understanding and Fixing Failed Tests Whenever a test fails, it will print out to the console the reason for failure