Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11419da4 authored by Michael Sun's avatar Michael Sun
Browse files

bluetooth: gd: update gd/cert/run instruction

Mobly test runner uses "." instead of ":" to separate test from test
class, update --help instruction to reflect that.

BUG: 240781725
Test: gd/cert/run L2capTest.test_receiving_i_frames_with_fcs_for_ertm
Change-Id: I15b8a7db32b47b3d8482b5e5db31c866acee7ff7
parent 2baf98e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ function parse_options {
        echo -e "${BLUE}  --verbose${NOCOLOR}"
        echo -e "    Displays device logs and test logs to output."
        echo
        echo -e "Usage: $0 [--clean|--host|--repeat=<N>|--test_config=<config>] [TestGroupName[:IndividualTestName]]"
        echo -e "Usage: $0 [--clean|--host|--repeat=<N>|--test_config=<config>] [TestGroupName[.IndividualTestName]]"
        echo -e "        ${YELLOW}e.g."
        echo -e "         $0 --host --clean SecurityTest"
        echo -e "         $0 --host --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}"