diff options
author | Guilhem Moulin <guilhem@debian.org> | 2022-02-27 16:57:30 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2022-02-27 16:57:30 +0100 |
commit | 66d0f69f1dda46c34b4f2b18674d61c658c5e17e (patch) | |
tree | 5bf5220629830a91290bd91fdd83de1d1a4db9b2 /debian/rules | |
parent | 7ccbb49f3ae659678f6a8dda0b2b7db4c74f94fb (diff) |
d/rules: Pass --no-parallel flag to dh_auto_test.
We don't want to run interimap and pullimap tests simultaneously,
because they bind to the same TCP ports.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 464067d..0234c6a 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ endif override_dh_auto_test: # /dev/shm, the default, might be mounted with noexec - dh_auto_test -- TMPDIR=/var/tmp + dh_auto_test --no-parallel -- TMPDIR=/var/tmp override_dh_installsystemduser: dh_installsystemduser --no-enable |