From 03aedf8d7a05b8ce6793d1d4e0718d41c5a4c894 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 10 Jul 2013 01:00:19 +0200 Subject: tests: Fix guix-package.sh in the presence of multiple-output `make'. * tests/guix-package.sh: For $boot_make_drv, take only the "out" output. Reported by Nikita Karetnikov . --- tests/guix-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/guix-package.sh b/tests/guix-package.sh index 0eeec51e79..ee186ead83 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -55,7 +55,7 @@ test "`guix package --search-paths -p "$profile" | wc -l`" = 0 if guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)' 2> /dev/null then boot_make="(@@ (gnu packages base) gnu-make-boot0)" - boot_make_drv="`guix build -e "$boot_make"`" + boot_make_drv="`guix build -e "$boot_make" | tail -1`" guix package --bootstrap -p "$profile" -i "$boot_make_drv" test -L "$profile-2-link" test -f "$profile/bin/make" && test -f "$profile/bin/guile" -- cgit v1.2.3 ble>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-21gnu: babl: Update to 0.1.40.Tobias Geerinckx-Rice
2018-01-21gnu: babl: Parameterise source URI.Tobias Geerinckx-Rice
2018-01-21gnu: babl: Edit description.Tobias Geerinckx-Rice
2017-12-31gnu: gimp: Fix CVE-2017-{17784,17785,17786,17787,17789}.Leo Famulari
2017-12-20gnu: babl: Update to 0.1.38.Leo Famulari
2017-08-27gnu: babl: Update to 0.1.30.Marius Bakke
2017-08-08gnu: babl: Update to 0.1.28.Efraim Flashner
2017-08-08gnu: gegl: Use 'modify-phases' syntax.Efraim Flashner
2017-08-08gnu: gegl: Fix building on aarch64.Efraim Flashner
2017-05-12gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].Leo Famulari
2017-01-23gnu: gegl: Don't replace 'sh' reference with 'bash'.Leo Famulari
2017-01-13gnu: Removed unused module import from (gnu packages gimp).Leo Famulari
2017-01-03gnu: gimp: Enable PDF supportMaxim Cournoyer
2016-08-21gnu: gimp: Fix python plugin.宋文武
2016-08-21gnu: gimp: Update to 2.8.16.宋文武
2016-08-21gnu: babl: Update to 0.1.18.宋文武
2016-07-02gnu: gimp: Fix CVE-2016-4994.Leo Famulari
2016-05-31gnu: gimp: Update to 2.8.16.Efraim Flashner
2016-05-30gnu: gegl: Fix CVE-2012-4433.Efraim Flashner
2016-04-26gnu: Add gimp-fourier.Ricardo Wurmus
2015-12-19gnu: Do not #:select from (gnu packages …) modules.Ludovic Courtès
2015-12-18gnu: gimp: Add "doc" output.Ludovic Courtès
2015-11-13gnu: Adjust formatting as recommended by 'guix lint'.宋文武
2015-05-08gnu: gimp: Enable Python scripting support.Ricardo Wurmus
2015-02-07gnu: gimp: Add EXIF and SVG support, plus color management.Ludovic Courtès
2015-01-28gnu: gimp: Update to 2.8.14.Ludovic Courtès
2014-11-23gnu: gegl: Disable tests.Andreas Enge
2014-10-26gnu: Some cleanup based on lint checkers.Eric Bavier
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver
2014-07-23gnu: Adjust more packages to GLib "bin" split.Mark H Weaver
2014-07-14gnu: Synchronize synopses and descriptions with the Womb.Ludovic Courtès
2014-07-04gnu: Add gegl and gimpJohn Darrington
2014-06-27gnu: Consolidate libjpeg, libpng, and libtiff into one module.David Thompson
2014-05-12gnu: Add babl.Ludovic Courtès