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 tests/nfs.scm'>logtreecommitdiff
path: root/gnu/tests/nfs.scm
AgeCommit message (Expand)Author
2020-09-10tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic
2020-09-07tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic
2020-09-07tests: Add "nfs-root-fs" system test....Stefan
2020-03-25tests/nfs: Fix use of WAIT-FOR-FILE....Ricardo Wurmus
2020-03-16tests: nfs-server: Use marionette helper procedures....Ludovic Courtès
2020-03-16tests: nfs: Ensure 'rpcinfo' can be found....Ludovic Courtès
2020-01-08services: nfs: Add nfs-service-type....Ricardo Wurmus
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur