[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70932: FAIL tests/guix-shell.sh
From: |
Ludovic Courtès |
Subject: |
bug#70932: FAIL tests/guix-shell.sh |
Date: |
Sat, 25 May 2024 11:58:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Christopher Baines <mail@cbaines.net> skribis:
> ++ guile -c '(use-modules (guix utils))
> (display (%current-system))'
> + this_system=x86_64-linux
> ++ guile -c '(use-modules (guix utils))
> (display (if (string=? "riscv64-linux" (%current-system))
> "x86_64-linux"
> "riscv64-linux"))'
> + other_system=riscv64-linux
> + cat
> + guix shell -D -f t-guix-shell-19847/some-package.scm -n
> hint: Consider passing the `--check' option once to make sure your shell does
> not
> clobber environment variables.
>
> + false
This is in ‘tests/guix-shell.sh’ a test that checks that unsupported
packages are rejected. The ‘guix shell -D -f -t …’ command above is
supposed to fail (non-zero exit code), but in your case it succeeded,
hence the test failure.
“make check TESTS=tests/guix-shell.sh” passes for me though with
9c3a8a380bcfebdb77af61532e7bfec523d7bde8.
Ludo’.