| Index: test/test.sh
|
| diff --git a/test/test.sh b/test/test.sh
|
| index 5e5fde2a622cc81666652e3c76380864f0932cf5..11df90b90d973a7da1e4bc61a9c2cb33a0cdec52 100755
|
| --- a/test/test.sh
|
| +++ b/test/test.sh
|
| @@ -40,7 +40,7 @@ dart -c test/all_tests.dart || fail
|
| # validate codegen_test output
|
| pushd test/codegen/ &> /dev/null
|
| rm -r actual/dev_compiler/ actual/server_mode/dev_compiler/ \
|
| - actual/sunflower/dev_compiler
|
| + actual/sunflower/dev_compiler 2> /dev/null || true
|
| diff $DIFF_ARGS > /dev/null || show_diff
|
| popd &> /dev/null
|
|
|
|
|