emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65561: closed ([PATCH 1/2] gnu: cssc: Fix tests.)


From: GNU bug Tracking System
Subject: bug#65561: closed ([PATCH 1/2] gnu: cssc: Fix tests.)
Date: Thu, 31 Aug 2023 10:07:02 +0000

Your message dated Thu, 31 Aug 2023 18:06:27 +0800
with message-id <877cpb7cgs.fsf@envs.net>
and subject line Closing
has caused the debbugs.gnu.org bug report #65561,
regarding [PATCH 1/2] gnu: cssc: Fix tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65561: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65561
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: cssc: Fix tests. Date: Sun, 27 Aug 2023 17:41:31 +0800
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/version-control.scm (cssc)[arguments]: Replace
egrep with grep -E in the precheck phase.
---
 gnu/packages/version-control.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 699a091642..1ca3dc9a53 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2377,6 +2377,15 @@ (define-public cssc
                (substitute* "tests/prt/all-512.sh"
                  (("/bin/sh") (which "sh")))
 
+               (for-each
+                (lambda (file)
+                  (substitute* file (("egrep") "grep -E")))
+                '("tests/common/test-common"
+                  "tests/admin/comment.sh"
+                  "tests/cdc/2comment.sh"
+                  "tests/cdc/4order.sh"
+                  "tests/get/subst.sh"))
+
                ;; XXX: This test has no hope of passing until there is a 
"nogroup"
                ;; entry (or at least some group to which the guix builder does
                ;; not belong) in the /etc/group file of the build environment.

base-commit: 5856e185a3d4f47e27dfd064a231b3a1d44a6494
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Closing Date: Thu, 31 Aug 2023 18:06:27 +0800
Pushed now, closing!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]