Commit 8640068
authored
acc: Skip utf-8 check for main output file (#2804)
## Why
This check originally was added to prevent printing large binary files
(e.g. zip files). However, "bundle deploy --debug" can output binary
data as well (request and response bodies), causing test failure and not
showing the contents, preventing debugging.1 parent 7bff8bc commit 8640068
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
725 | 728 | | |
726 | 729 | | |
727 | 730 | | |
| |||
0 commit comments