diff options
| author | 2016-09-26 19:45:22 +0000 | |
|---|---|---|
| committer | 2016-09-26 19:45:23 +0000 | |
| commit | a4850b0fa18c8b92dd5c20c166856cfe87aec72f (patch) | |
| tree | f38d8d8aae51f53e7ee6b474f47597b784fc2316 /test/143-string-value/check | |
| parent | 0cfe19af3b7395658210ea6044a65c9811962a7a (diff) | |
| parent | 3fec9ac0d5af1358d216eb2fdc2000ec0205f3f0 (diff) | |
Merge "ART: Use libbase logging"
Diffstat (limited to 'test/143-string-value/check')
| -rwxr-xr-x | test/143-string-value/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/143-string-value/check b/test/143-string-value/check index 92f6e90023..2a3476c2ab 100755 --- a/test/143-string-value/check +++ b/test/143-string-value/check @@ -15,6 +15,6 @@ # limitations under the License. # Strip error log messages. -sed -e '/^art E.*\] /d' "$2" > "$2.tmp" +sed -e '/^dalvikvm\(\|32\|64\) E.*\] /d' "$2" > "$2.tmp" diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null |