Skip tests that rely on the `amhello' tarball that comes with Automake. That tarball's `configure' uses #!/bin/sh, but we can't easily patch it. diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh index fa88cc6..d988cee 100755 --- a/t/amhello-binpkg.sh +++ b/t/amhello-binpkg.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # using DESTDIR to build simple, no-frills binary packages. +exit 77 am_create_testdir=empty . ./defs || exit 1 diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh index 666011f..2a95e3c 100755 --- a/t/amhello-cflags.sh +++ b/t/amhello-cflags.sh @@ -18,6 +18,7 @@ # using VPATH builds to configure the same package with different # options. +exit 77 am_create_testdir=empty required=gcc . ./defs || exit 1 diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh index 708abda..2ee4292 100755 --- a/t/amhello-cross-compile.sh +++ b/t/amhello-cross-compile.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # cross-compiling a package from Linux/Unix to MinGW. +exit 77 am_create_testdir=empty required=i586-mingw32msvc-gcc . ./defs || exit 1 u/bootloader.scm'>logtreecommitdiff
path: root/gnu/bootloader.scm
AgeCommit message (Expand)Author
2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>....Ludovic Courtès
2019-08-30bootloader: Fix comment about 'menu-entries'....Ludovic Courtès
2019-03-24bootloader: Add a 'keyboard-layout' field....Ludovic Courtès
2019-03-24bootloader: Reindent record type definition....Ludovic Courtès
2019-03-24bootloader: Remove unused 'additional-configuration' field....Ludovic Courtès
2019-01-16bootloader: Remove deprecated 'device' field....Ludovic Courtès
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès
2017-08-28bootloader: Emit warnings with 'warning'....Ludovic Courtès
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo
2017-07-28bootloader: Use <menu-entry> for the bootloader side....Danny Milosavljevic
2017-06-08bootloader: Use menu-entry to define custom bootloader entries....Mathieu Othacehe
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe