guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: enca: Run tests sequentially.


From: Ludovic Courtès
Subject: 01/01: gnu: enca: Run tests sequentially.
Date: Tue, 10 Mar 2015 13:18:34 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6795b8d8f258c33cee2df63cc00b89e9e5515339
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 10 14:18:19 2015 +0100

    gnu: enca: Run tests sequentially.
    
    * gnu/packages/textutils.scm (enca)[arguments]: New field.  Fixes build
      issue visible at <http://hydra.gnu.org/build/308913>.
---
 gnu/packages/textutils.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index deefc42..5a8f9f0 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -72,6 +72,11 @@ handy front-end to the library.")
         (base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l"))))
     (build-system gnu-build-system)
     (inputs `(("recode" ,recode)))
+
+    ;; Both 'test-convert-64.sh' and 'test-convert-filter.sh' manipulate a
+    ;; 'test.tmp' file, so they have to run in sequence.
+    (arguments '(#:parallel-tests? #f))
+
     (home-page "https://github.com/nijel/enca";)
     (synopsis "Text encoding detection tool")
     (description "Enca (Extremely Naive Charset Analyser) consists of libenca,



reply via email to

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