[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/227: gnu: gawk: Use regular bash to cope with test suite failures.
From: |
guix-commits |
Subject: |
142/227: gnu: gawk: Use regular bash to cope with test suite failures. |
Date: |
Thu, 11 Nov 2021 12:30:27 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit daf54a3953e807d46c4c21bbc709879c6e8d31e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 19 23:45:52 2021 -0400
gnu: gawk: Use regular bash to cope with test suite failures.
Fixes <https://issues.guix.gnu.org/51286>.
* gnu/packages/gawk.scm (gawk): Remove trailing #t.
[inputs]: Always use bash.
---
gnu/packages/gawk.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 6dab274..f8f13fc 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -55,9 +55,7 @@
'((substitute* "extension/Makefile.in"
(("^.*: check-for-shared-lib-support" match)
(string-append "### " match))))
- '())
-
- #t)))
+ '()))))
(add-before 'check 'adjust-test-infrastructure
(lambda _
@@ -80,14 +78,12 @@
;; against the actual test output.
(substitute* "test/watchpoint1.ok"
(("#! /usr/bin/gawk")
- (string-append "#!" (which "gawk"))))
- #t)))))
+ (string-append "#!" (which "gawk")))))))))
(inputs `(("libsigsegv" ,libsigsegv)
-
- ,@(if (%current-target-system)
- `(("bash" ,bash))
- '())))
+ ;; Use the full-fledged Bash package, otherwise the test suite
+ ;; sometimes fail non-deterministically.
+ ("bash" ,bash)))
(home-page "https://www.gnu.org/software/gawk/")
(synopsis "Text scanning and processing language")
- 155/227: gnu: python-pytest: Update to 6.2.5., (continued)
- 155/227: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/11
- 156/227: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/11
- 159/227: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/11
- 164/227: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/11
- 169/227: gnu: Add meson-0.59., guix-commits, 2021/11/11
- 175/227: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/11
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/11
- 192/227: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/11
- 191/227: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/11
- 140/227: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/11
- 142/227: gnu: gawk: Use regular bash to cope with test suite failures.,
guix-commits <=
- 145/227: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/11
- 149/227: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/11
- 160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/11
- 165/227: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/11
- 168/227: gnu: Add cling., guix-commits, 2021/11/11
- 170/227: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/11
- 173/227: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/11
- 174/227: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/11
- 184/227: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/11
- 190/227: gnu: Remove references to a removed patch., guix-commits, 2021/11/11