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

Commit da6a8c66 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

gd/cert/run: Remove usage examples on --host argument

The --host argument is not available.

Bug: 270895994
Test: system/gd/cert/run --help
Change-Id: Ic33e75a73c2ad51f1c4b72197b73ad6f2b431395
parent 64257989
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -145,10 +145,10 @@ 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|--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}"
        echo -e "         $0 --clean SecurityTest"
        echo -e "         $0 --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}"
        echo
        shift
        exit 0
+1 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ Assume user has an Android checkout and finished `source build/envsetup.sh` and
### Run GD cert tests on host machine

```shell
$ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run --host
$ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run
```

#### Python 3.8+
@@ -105,7 +105,6 @@ $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run

### `packages/modules/Bluetooth/system/gd/cert/run` command reference

*   `--host`: Run tests on host only using `root-canal`
*   `--clean`: Remove any test setup files and do a clean test run
*   `--repeat=N`: Repeat running the same set of tests N times without redoing
    test setup