Commit Graph

3 Commits (95c59d7f9ad4baf76c81d42f31cb3f1557c22602)

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.
4 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.
5 years ago
Daniel Martí a87002e662 don't break types implementing interfaces 5 years ago