mirror of
git://git.proxmox.com/git/pve-libspice-server.git
synced 2025-08-22 02:07:41 +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:
parent
55a6e05b16
commit
e9b5ed43a7
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user