Commit Graph

3 Commits (b8aec97e86eb01c9b13a93b660206c318d439999)

Author SHA1 Message Date
Daniel Martí 308e984293 don't use regexes when searching binaries for strings
This is a bit simpler, and saves us a small amount of CPU work in the
tests.
6 years ago
Daniel Martí e08dd99c1e introduce a binary grep command for the tests
The problem with the "grep" built-in command is that it prints the
entire data if there is an error. We don't want megabytes of binary
output for a test.
6 years ago
Daniel Martí a87002e662 don't break types implementing interfaces 6 years ago