From: Jonathan Dieter Date: Wed, 1 Aug 2018 12:52:06 +0000 (+0100) Subject: Set empty zck test to be serial, since other tests depend on its output X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~143 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d74d9e2472dd7d22f05168d787d46253f4dbc58d;p=zchunk.git Set empty zck test to be serial, since other tests depend on its output Signed-off-by: Jonathan Dieter --- diff --git a/test/meson.build b/test/meson.build index 588344a..2c9af81 100644 --- a/test/meson.build +++ b/test/meson.build @@ -61,7 +61,8 @@ test( args: [ '-vvvvv', 'empty' - ] + ], + is_parallel: false ) test( 'check verbosity in zckdl',