| Index: build/android/buildbot_functions.sh
|
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
|
| index 8b82ed50bec5c1bcfa5224f6fdebc6bbf58ff570..17310ba64289fdd2c54308431f5cc46fb405eb27 100755
|
| --- a/build/android/buildbot_functions.sh
|
| +++ b/build/android/buildbot_functions.sh
|
| @@ -100,6 +100,6 @@ function bb_run_tests_emulator {
|
|
|
| # Run tests on an actual device. (Better have one plugged in!)
|
| function bb_run_tests {
|
| - echo "@@@BUILD_STEP Run Tests on an Emulator@@@"
|
| + echo "@@@BUILD_STEP Run Tests on actual hardware@@@"
|
| build/android/run_tests.py --xvfb --verbose
|
| }
|
|
|