From 45f9d9caac2940f0a7cd6862a768ff8e73cfe1aa Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 26 Aug 2024 23:27:34 -0700 Subject: [PATCH] Disable versioned_symbols test Signed-off-by: Steve Peters --- ubuntu/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/debian/rules b/ubuntu/debian/rules index 3dc86e0..0890a1c 100755 --- a/ubuntu/debian/rules +++ b/ubuntu/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_configure: override_dh_auto_test-arch: - LD_LIBRARY_PATH=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/src LC_ALL=C dh_auto_test + LD_LIBRARY_PATH=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/src LC_ALL=C dh_auto_test -- ARGS="-E INTEGRATION_versioned_symbols" execute_after_dh_auto_build-indep: dh_auto_build -- doc # Generate documentation