| Index: test/test.sh
|
| diff --git a/test/test.sh b/test/test.sh
|
| index 30325fd94dbfa5eec03aaf98f29cc7fb0b788fb7..f4e02a056fb15462d3fbc88a720b9bda2db2c967 100755
|
| --- a/test/test.sh
|
| +++ b/test/test.sh
|
| @@ -10,8 +10,12 @@ function fail {
|
| # - *.map files so they aren't compared, as the diff is not human readable.
|
| # - runtime JS files that are just copied over from the sources and are not
|
| # duplicated in the expected folder.
|
| -DIFF_ARGS="-u -r -N --exclude=\*.map --exclude=dart_runtime.js \
|
| - --exclude=harmony_feature_check.js expect actual"
|
| +DIFF_ARGS="-u -r -N --exclude=\*.map \
|
| + --exclude=dart_runtime.js \
|
| + --exclude=harmony_feature_check.js \
|
| + --exclude=messages_widget.js \
|
| + --exclude=messages.css \
|
| + expect actual"
|
|
|
| function show_diff {
|
| echo "Fail: actual output did not match expected"
|
|
|