summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-09-27 23:23:42 +0200
committerLudovic Courtès <ludo@gnu.org>2020-09-27 23:24:42 +0200
commit6f04c0b70290c97f2519d7276f5babf407df80e5 (patch)
tree740a976af2d2adff55f53a4549ba52616099c4cb /etc
parentdb17af70f65359bb3eece101a889730d4f106171 (diff)
news: Add news entry for '--without-tests'.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 23774827cd..1bffb41c4d 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -37,6 +37,23 @@ guix build --with-graft=glibc=glibc@@2.31 hello
Run @command{info \"(guix) Package Transformation Options\"} for more
info.")))
+ (entry (commit "f458cfbcc54ed87b1a87dd9e150ea276f17eab74")
+ (title (en "New @option{--without-tests} transformation option"))
+ (body
+ (en "The new @option{--without-tests} package transformation option
+instructs Guix to skip the test suite of a given package. In the example
+below, @code{guile-gcrypt} is built using a variant of @code{automake} itself
+built without running its (lengthy) test suite:
+
+@example
+guix build guile-gcrypt --without-tests=automake
+@end example
+
+This is primarily useful as a way to speed up development cycles, or to work
+around flaky test suites---skipping tests can hide real issues, so use with
+care. Run @command{info \"(guix) Package Transformation Options\"} for more
+info.")))
+
(entry (commit "a98712785e0b042a290420fd74e5a4a5da4fc68f")
(title (en "New @command{guix git authenticate} command")
(de "Neuer Befehl @command{guix git authenticate}")