diff options
Diffstat (limited to 'test/099-vmdebug/check')
| -rwxr-xr-x | test/099-vmdebug/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/099-vmdebug/check b/test/099-vmdebug/check index 57111bcc99..d124ce8cfd 100755 --- a/test/099-vmdebug/check +++ b/test/099-vmdebug/check @@ -15,6 +15,6 @@ # limitations under the License. # Strip the process pids and line numbers from exact error 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 |