aboutsummaryrefslogtreecommitdiff
path: root/tests/crate.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-02-05 14:47:52 +0100
committerLudovic Courtès <ludo@gnu.org>2020-02-05 16:18:58 +0100
commit312df1d40cf2d61fc96b32efedc16d958718fc48 (patch)
tree27e2d2f1f2846c27fe89c892165d3cc4b0960b9e /tests/crate.scm
parent895363e4cfa63cba1cc36515d69e7e0ce14886a9 (diff)
downloadguix-312df1d40cf2d61fc96b32efedc16d958718fc48.tar.gz
guix-312df1d40cf2d61fc96b32efedc16d958718fc48.zip
tests: Adjust reverse-bag graph test to recent OCaml changes.
This is a followup to 87858bc526a9d577760f55d05a51cb56630f845b. Partly fixes <https://bugs.gnu.org/39374>. Reported by Ellen Papsch <ellen.papsch@wine-logistix.de>. * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml changes.
Diffstat (limited to 'tests/crate.scm')
0 files changed, 0 insertions, 0 deletions
00'>2016-04-06challenge: Really exit with non-zero upon hash mismatch....Reported by John Darrington. * guix/scripts/challenge.scm (guix-challenge): Add an explicit 'exit' call when ISSUES is empty. * scripts/guix.in: Add comment about 'exit'. * doc/guix.texi (Invoking guix challenge): Mention the behavior and exit code. Ludovic Courtès 2014-06-14guix: Look for "guix-packages" messages in $localedir....* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call. Ludovic Courtès 2013-10-12guix: Add missing call to 'bindtextdomain'....* scripts/guix.in (config-lookup): Add "localedir" entry. (run-guix-main): Add call to 'bindtextdomain'. * guix/ui.scm (initialize-guix): Use %GETTEXT-DOMAIN instead of a literal. Ludovic Courtès 2013-09-27Run 'guix' with '--no-auto-compile'....* scripts/guix.in: Change '-s' to '--no-auto-compile'. This avoids annoying messages about auto-compilation, and avoids permission denied issues when running without write access in the usual places. Ludovic Courtès