guix-commits
[Top][All Lists]
Advanced

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

236/331: gnu: opencv: Disable structured_light test.


From: guix-commits
Subject: 236/331: gnu: opencv: Disable structured_light test.
Date: Fri, 14 Aug 2020 11:13:55 -0400 (EDT)

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

commit 251f9fc5692f215e1053b29efadccdd0bfc91cc7
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 ea63801..829cec5 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]