driveby: remove period for force_off message. Test: make RunSettingsRoboTests ROBOTEST_FILTER=MemtagHelperTest Bug: 245624194 Change-Id: I1c56af377925fd58c90bb346d9d003249c5e547c
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.