• Solly Ross's avatar
    [make-rules] test grep should treat binary as text · 55e1f6a5
    Solly Ross authored
    The output of `go test` is passed throug a grep filter that's used when
    producing junit output.  Unfortunately, when testing round-trip
    conversions with random strings, grep can become convinced that the test
    output is binary, and will truncate a failed test before any output is
    displayed, showing "binary file (standard input) matches".
    
    This forces grep to consider test output to be text, so that we always
    see test results.
    55e1f6a5
test.sh 15.1 KB