#1123005 golang-github-cznic-ql: please make the build reproducible

#1123005#5
Date:
2025-12-15 19:17:01 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-cznic-ql could not be built reproducibly.

This is because the testsuite generated a testdata.log file that ended
up in the binary package. This meant, therefore, that if the tests were
skipped (ie. via "nocheck") then the package would be differ as it would
be missing that file.

Patch attached that removes this file after running the tests.s

 [0] https://reproducible-builds.org/


Regards,