Skip to content

Commit

Permalink
Add comment about removal of gold log output in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jun 7, 2024
1 parent 6675f68 commit 0485f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/usvfs_test/usvfs_test_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ bool usvfs_test_base::postmortem_check()
// don't print anything more to the output (except maybe errors),
// so that the final output can be copied as is to the fixtures (when updating the golden version)

// block remove 2024/06/07 - one would need to regenerate a gold output for this but
// I am not sure this is still relevant
//
//if (!test::compare_files(gold_output, m_o.output, false)) {
// fprintf(output(), "ERROR: output does not match gold output: %s\n", m_o.output.filename().u8string().c_str());
// return false;
Expand Down

0 comments on commit 0485f04

Please sign in to comment.