The "pkg010" test output depends on the version of optparse-applicative being used. The expected output requires optparse-applicative >= 0.15.1.0. Skip the test for now. --- idris-1.3.3/test/TestData.hs 2021-01-19 23:05:24.238958262 -0600 +++ idris-1.3.3/test/TestData.hs 2021-01-19 23:10:33.314390997 -0600 @@ -212,8 +212,10 @@ ( 5, ANY ), ( 6, ANY ), ( 7, ANY ), - ( 8, ANY ), - ( 10, ANY )]), + ( 8, ANY )]), +-- FIXME: Expected output depends on optparse-applicative version. +-- See https://github.com/idris-lang/Idris-dev/issues/4896 +-- ( 10, ANY )]), ("prelude", "Prelude", [ ( 1, ANY )]), ("primitives", "Primitive types", is.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build-branch.sh
AgeCommit message (Expand)Author
2022-10-22tests: 'guix build --with-commit' output no longer refers to the tag ID....This is a followup to 46f7011591601b4783b2dc2c7252c41564ca0140. * tests/guix-build-branch.sh: Replace tag ID by commit ID. Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...* tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' Eric Bavier
2020-04-04tests: Adjust '--with-commit' test for tags....This is a followup to efa578ecaece67366b4b0e2266de7c2faaa4ae54. * tests/guix-build-branch.sh: Adjust '--with-commit=guile-gcrypt=v0.1.0' test to expect the tag ID rather than the commit ID. Ludovic Courtès