~ruther/guix-local

ea4eeeed03b20f547b0ff26e2105035dd32d54e3 — Ludovic Courtès 6 months ago 7d10553
tests: Adjust ‘package-transitive-supported-systems’ test.

This test broke with commit 8c9493cb311a994c2565f71fb6270a1b26d8a644.

* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"):
Change ‘%current-system’ to “riscv64-linux”.

Change-Id: Ia6d69f086cffea4144d2f032038b27ec91e904f3
1 files changed, 5 insertions(+), 1 deletions(-)

M tests/packages.scm
M tests/packages.scm => tests/packages.scm +5 -1
@@ 511,7 511,11 @@
               (build-system gnu-build-system)
               (supported-systems
                `("does-not-exist" "foobar" ,@%supported-systems)))))
    (parameterize ((%current-system "armhf-linux")) ; a traditionally-bootstrapped architecture
    ;; For '%current-system', pick an old-style-bootstrap (not full-source
    ;; bootstrap) architecture, and one that uses a version of
    ;; 'libstdc++-boot0' that has all of %SUPPORTED-SYSTEMS in its
    ;; 'supported-systems' field.
    (parameterize ((%current-system "riscv64-linux"))
      (package-transitive-supported-systems p))))

(test-equal "package-transitive-supported-systems: reduced binary seed, implicit inputs"