guix-commits
[Top][All Lists]
Advanced

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

130/265: gnu: opencv: Disable structured_light test.


From: guix-commits
Subject: 130/265: gnu: opencv: Disable structured_light test.
Date: Wed, 19 Aug 2020 13:09:06 -0400 (EDT)

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

commit d48e7880876ad70e595cda43e121a9b10a84ff10
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 52e0311..abdaec5 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -333,6 +333,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]