mbox series

[bug#63074,0/2] Fix tests to prepare for guix package upgrade

Message ID cover.1682452738.git.dev@jpoiret.xyz
Headers show
Series Fix tests to prepare for guix package upgrade | expand

Message

Josselin Poiret April 25, 2023, 8 p.m. UTC
Hello everyone,

This should fix both failing tests that otherwise prevent us from upgrading
the `guix` package.  The latter will follow once these commits land into
master.

Best,

Josselin Poiret (2):
  tests: guix-build.sh: Don't use hidden gcc for transformation tests.
  tests: guix-graph.sh: Fix expected path from emacs to libffi.

 tests/guix-build.sh | 6 +++---
 tests/guix-graph.sh | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 72b1c9713b8272add8bd9fb9e7f5246b39ba6db2

Comments

Ludovic Courtès April 28, 2023, 5:52 p.m. UTC | #1
Hi,

Josselin Poiret <dev@jpoiret.xyz> skribis:

>   tests: guix-build.sh: Don't use hidden gcc for transformation tests.
>   tests: guix-graph.sh: Fix expected path from emacs to libffi.

Applied, thanks!

Ludo’.