Skip to content
  • Edward Z. Yang's avatar
    Fix #5435, adding new test config check_stdout. · f8e12e2b
    Edward Z. Yang authored
    
    
    check_stdout(f) allows you to override the test framework's
    diff based output checking with another mechanism.  f is
    a function which takes two arguments: the first is the
    filename containing the observed stdout, the second is the
    normaliser that would have been applied (in case you want
    to read, normalise, and then do something.)
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    f8e12e2b