summaryrefslogtreecommitdiffstats
path: root/third_party/android_testrunner/README.chromium
blob: a870d7e25ac25b6e0f10444ea96928f4b5c78391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: Android Test runner script
URL: http://source.android.com
Version: 3.1.4
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
This package is the scripts used to run the unit test for Android and from
Android Gingerbread.

Local Modifications:
1. Added |silent_log| argument to |StartInstrumentation| so that output can be
  suppressed.
2. Changed error message handling in |StartInstrumentation| from |shortMsg| to
  |longMsg| to provide more information when debugging.

Here is the detail steps
1. Checkout Android source code

$ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
$ repo sync
$ cd development
$ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb

2. Copy the related files from
   <android_gingerbread_tree>/development/testrunner/

More information can be found in
http://source.android.com/source/downloading.html