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

Commit a77ee7b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a8747544 da6a8c66
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
```

### Run GD cert tests on devices for the first time
@@ -97,7 +97,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