Closed Banyc closed 1 week ago
solving https://github.com/uutils/coreutils/issues/6867.
I have test-run the util/update-version.sh from 0.0.28 to 0.0.29 and it correctly identifies the four version strings and the resulting workspace passes all the cargo test cases.
util/update-version.sh
cargo test
GNU testsuite comparison:
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
Thanks for your PR :)
solving https://github.com/uutils/coreutils/issues/6867.
I have test-run the
util/update-version.sh
from 0.0.28 to 0.0.29 and it correctly identifies the four version strings and the resulting workspace passes all thecargo test
cases.