Sascha Steinbiss pushed to branch master at Debian Med / garli
Commits: 2d3435cb by Sascha Steinbiss at 2022-02-20T15:34:39+01:00 set 'bootstrapseed' in tests - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +garli (2.1-7) unstable; urgency=medium + + * Team upload. + * Set 'bootstrapseed' in tests to further reduce randomness, probably + addresses #907905. + + -- Sascha Steinbiss <[email protected]> Sun, 20 Feb 2022 11:49:10 +0100 + garli (2.1-6) unstable; urgency=medium * Really fix watch file ===================================== debian/rules ===================================== @@ -21,7 +21,7 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp -a tests tests.bak # get (mostly!) reproducible test results and avoid failures as described in bug #907905 - find tests -name "*.conf" -exec sed -i~ 's/randseed *= *-1/randseed = 1/' \{\} \; + find tests -name "*.conf" -exec sed -i~ 's/randseed *= *-1/randseed = 1\nbootstrapseed = 42/' \{\} \; dh_auto_test # restore original test dir rm -rf tests View it on GitLab: https://salsa.debian.org/med-team/garli/-/commit/2d3435cbd0b7b96f7a286a7d67e91539d2e50e6a -- View it on GitLab: https://salsa.debian.org/med-team/garli/-/commit/2d3435cbd0b7b96f7a286a7d67e91539d2e50e6a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
