gnu: enca: Run tests sequentially.
authorLudovic Courtès <ludo@gnu.org>
Tue, 10 Mar 2015 13:18:19 +0000 (14:18 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 10 Mar 2015 13:18:30 +0000 (14:18 +0100)
* gnu/packages/textutils.scm (enca)[arguments]: New field.  Fixes build
  issue visible at <http://hydra.gnu.org/build/308913>.

gnu/packages/textutils.scm

index deefc42..5a8f9f0 100644 (file)
@@ -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,