gnu: subversion: Disable parallel tests.
authorChristopher Baines <mail@cbaines.net>
Wed, 12 Feb 2020 09:30:18 +0000 (09:30 +0000)
committerChristopher Baines <mail@cbaines.net>
Wed, 12 Feb 2020 09:32:23 +0000 (09:32 +0000)
commitcd820bf78843aeaebf5e3cf6a4d3a43f5531d267
treebf12962e71e2a9e8c57733db10d26a9e0bfecd63
parent7ad122007dc4fc9ab6bab9a17cdef6cbab68d20b
gnu: subversion: Disable parallel tests.

These seem to work fine on x86_64-linux, but on i686-linux some tests fail
when running in parallel.

FAIL:  fs-fs-pack-test 4: commit to a packed FSFS filesystem
FAIL:  fs-test: Unknown test failure; see tests.log.
FAIL:  io-test: Unknown test failure; see tests.log.
FAIL:  op-depth-test: Unknown test failure; see tests.log.
FAIL:  wc-test: Unknown test failure; see tests.log.
Summary of test results:
  2243 tests PASSED
  96 tests SKIPPED
  43 tests XFAILED
  5 tests FAILED
SUMMARY: Some tests failed.

* gnu/packages/version-control.scm (subversion)[arguments]: Add
 #:parallel-tests? #f and use this in the 'set-PARALLEL phase.
gnu/packages/version-control.scm