aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-25 13:56:43 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-08-25 14:22:03 +0200
commit16b076cd15cdf5e3512656ee2e1bc55fa6afad53 (patch)
treef58f91a9126db97139288a6e87b641fd01874fd5 /debian
parent3119d476034eff13ead05d8320244edc0ad089f2 (diff)
tests: Split SCTP tests to its own file and run them conditionally
Some systmes (like the ones available in OBS) don't support creating SCTP sockets, so we need to skip those tests there. Change-Id: I1d16280674625877ec22cc60cbc5deb67868a656
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a9d961c7..afff17fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
override_dh_auto_configure:
- dh_auto_configure -- --enable-static
+ dh_auto_configure -- --enable-static --disable-sctp-tests
override_dh_clean:
dh_clean