Disable tests who fail because they have to run as root. --- libusb-0.1.12/tests/Makefile.in 2006-03-04 03:54:06.000000000 +0100 +++ libusb-0.1.12/tests/Makefile.in 2017-07-13 16:17:45.201728019 +0200 @@ -255,8 +255,8 @@ hub_strings_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@ driver_name_SOURCES = driver_name.cpp driver_name_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@ -TESTS = testlibusb descriptor_test id_test find_hubs find_mice \ - get_resolution hub_strings $(OS_SPECIFIC) +TESTS = testlibusb descriptor_test id_test find_hubs find_mice + #get_resolution hub_strings $(OS_SPECIFIC) XFAIL_TESTS = get_resolution hub_strings $(OS_SPECIFIC_XFAIL) all: all-am name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
AgeCommit message (Expand)Author
2017-05-01packages: Remove support for PACKAGE-VERSION deprecated syntax....Ludovic Courtès
2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI....Ludovic Courtès
2017-03-19gnu: Rename "guile-next" to "guile"....Ludovic Courtès
2016-10-03tests: Adjust 'guix build -S' test for source-less packages....Ludovic Courtès
2016-09-06packages: Add 'package-superseded' and associated support....Ludovic Courtès
2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès
2016-03-03guix build: -S returns the replacement's source....Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2016-03-02tests: Disable grafts by default....Ludovic Courtès
2016-02-01guix build: Add '--with-input'....Ludovic Courtès
2015-10-28scripts: build: Add --file option....David Thompson
2015-05-02guix: build: Add transitive source building....Eric Bavier