guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: opencv: Disable structured_light test.


From: guix-commits
Subject: 02/19: gnu: opencv: Disable structured_light test.
Date: Wed, 5 Aug 2020 11:14:06 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 34685dc0e657debac7d7e52949868598eb3e2884
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Aug 1 07:07:23 2020 -0400

    gnu: opencv: Disable structured_light test.
    
    * gnu/packages/image-processing.scm (opencv): Disable structured_light test.
    [arguments]<#:phases>['disable-broken-tests]: Modify phase.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/image-processing.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index a11b1b8..2523fa9 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -329,6 +329,8 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
                (("(TEST\\(Viz, )([a-z].*\\).*)" all pre post)
                 (string-append pre "DISABLED_" post)))
 
+             (delete-file-recursively 
"../opencv-contrib/modules/structured_light/test")
+
              ;; This one fails with "unknown file: Failure"
              ;; But I couldn't figure out which file was missing:
              (substitute* 
"../opencv-contrib/modules/face/test/test_face_align.cpp"



reply via email to

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