guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: flowee: Really disable black-box test.


From: guix-commits
Subject: 02/16: gnu: flowee: Really disable black-box test.
Date: Sat, 30 May 2020 10:44:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cc6653e7a13d42dbbba398e6b4597b2c544274e6
Author: TomZ <tomz@freedommail.ch>
AuthorDate: Wed May 27 13:21:58 2020 +0200

    gnu: flowee: Really disable black-box test.
    
    * gnu/packages/finance.scm (flowee)[arguments]: The test 'api' has some
      timeouts which fail half the time in a build, so really disable the test.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/finance.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f182057..28789c0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1546,6 +1546,8 @@ like Flowee the Hub, which Fulcrum connects to over RPC.")
             (lambda _
               (substitute* "testing/CMakeLists.txt"
                 (("test_api") ""))
+              (substitute* "testing/CMakeLists.txt"
+                (("add_subdirectory\\(api\\)") ""))
               #t))
           (add-after 'configure 'set-build-info
             ;; Their genbuild.sh to generate a build.h fails in guix (no .git 
dir) .



reply via email to

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