[PATCH 2/2] Disable parallel test-suite
Dmitry Eremin-Solenikov
dbaryshkov at gmail.com
Tue Feb 4 19:36:00 CET 2014
On Tue, Feb 4, 2014 at 8:15 PM, Jussi Kivilinna <jussi.kivilinna at iki.fi> wrote:
> * tests/Makefile.am: Set 'serial-tests' option.
> --
>
> Currently parallel test-suite does not work (tested on Ubuntu 13.10):
I have the following patch in my queue:
@@ -33,8 +33,8 @@ tests_sh_last = hashtest-256g
TESTS = $(tests_bin) $(tests_sh) $(tests_bin_last) $(tests_sh_last)
# Force sequential run of some tests.
-bench-slope.log: benchmark.log
-hashtest-256g.log: bench-slope.log
+bench-slope.trs: benchmark.trs
+hashtest-256g.trs: bench-slope.trs
TESTS_ENVIRONMENT = GCRYPT_IN_REGRESSION_TEST=1
It might work for you.
--
With best wishes
Dmitry
More information about the Gcrypt-devel
mailing list