Chromium Code Reviews| Index: test/test.sh |
| diff --git a/test/test.sh b/test/test.sh |
| index c96a72ec69e30cabf6c4ada27fa1105c1cad33ca..e2534cf5f15671f950b185276f7b7106b022d9f2 100755 |
| --- a/test/test.sh |
| +++ b/test/test.sh |
| @@ -26,7 +26,9 @@ function show_diff { |
| sed -e "s/^\(-.*\)/[31m\1[0m/" |
| echo |
| echo "You can update these expectations with:" |
| - echo "$ pushd `pwd` && cp -a actual/* expect && popd" |
| + local expect="test/codegen/expect" |
| + echo "$ cp -a test/codegen/actual/* $expect && "\ |
| + "rm -r $expect/dev_compiler/ $expect/server_mode/dev_compiler/" |
|
Jennifer Messerly
2015/03/11 20:28:55
aww. Is there a way to exclude these from what we
Siggi Cherem (dart-lang)
2015/03/11 23:27:22
yeah, good point. I just realized, we could add th
Jennifer Messerly
2015/03/11 23:48:00
As long as they're excluded from the `diff` comman
|
| fail |
| } |