guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: php: Partially fix the build.


From: guix-commits
Subject: branch core-updates updated: gnu: php: Partially fix the build.
Date: Wed, 06 May 2020 10:30:14 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new e98689f  gnu: php: Partially fix the build.
e98689f is described below

commit e98689f8635a4974fb7e443e995319ebf56ca390
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Wed May 6 09:40:13 2020 -0400

    gnu: php: Partially fix the build.
    
    * gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now
    nonexistent 'lstat_stat_variation9.phpt' file.
---
 gnu/packages/php.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 10dc598..2dffa0a 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -214,11 +214,10 @@
                          ;; This failing test is skipped on PHP's Travis CI as 
it is
                          ;; supposedly inaccurate.
                          "ext/standard/tests/file/disk_free_space_basic.phpt"
-                         ;; The two following tests erroneously expect the 
link count
-                         ;; of a sub-directory to increase compared to its
-                         ;; parent.
+                         ;; The following test erroneously expect the link
+                         ;; count of a sub-directory to increase compared to
+                         ;; its parent.
                          "ext/standard/tests/file/lstat_stat_variation8.phpt"
-                         "ext/standard/tests/file/lstat_stat_variation9.phpt"
 
                          ;; XXX: These gd tests fails.  Likely because our 
version
                          ;; is different from the (patched) bundled one.



reply via email to

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