2
0
mirror of git://git.proxmox.com/git/pve-libspice-server.git synced 2025-08-22 18:27:25 +00:00

let tests run sequential

since they try to listen to ports, running them in parallel can
lead to a false positive failing test

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-10-04 13:17:08 +02:00 committed by Thomas Lamprecht
parent 55a6e05b16
commit e9b5ed43a7

3
debian/rules vendored
View File

@ -6,5 +6,8 @@
override_dh_auto_configure:
./configure --prefix=/usr --with-sasl --disable-smartcard --disable-celt051 --disable-gstreamer --enable-lz4
override_dh_auto_test:
dh_auto_test --max-parallel=1
%:
dh $@ -with quilt --with autotools-dev