gnu: zstd: Adjust test suite for 32-bit architectures.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 19 Apr 2021 17:56:23 +0000 (20:56 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 22 Apr 2021 08:07:52 +0000 (11:07 +0300)
* gnu/packages/compression.scm (zstd)[arguments]: Adjust
'fix-tests-32bit phase to work better on low RAM machines.

gnu/packages/compression.scm

index 174aaf7..0868a26 100644 (file)
@@ -1422,7 +1422,7 @@ or junctions, and always follows hard links.")
            (lambda _
              (substitute* "tests/playTests.sh"
                (("roundTripTest -g8M \"19 -T0 --long\"")
-                "roundTripTest -g8M \"22 -T0 --long\""))))
+                "roundTripTest -g8M \"16 -T0 --long\""))))
          (add-after 'unpack 'remove-bogus-check
            (lambda _
              ;; lib/Makefile falsely claims that no .pc file can be created.