From 7eb10ad38158c748d21d0c9a06f6411eda00336b Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 4 Sep 2020 05:57:11 +0200 Subject: [PATCH] Re-enable most of tool-debugger tests --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 0c39a4a0..5f92738d 100755 --- a/debian/rules +++ b/debian/rules @@ -266,10 +266,8 @@ override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) : # tries to connect the net rm -f testsuite/tests/lib-threads/sockets.* - : # FIXME: the following tests fail, we temporarily disable them - rm -rf testsuite/tests/tool-debugger/basic/ + : # FIXME: the following test fails, we temporarily disable it rm -rf testsuite/tests/tool-debugger/find-artifacts/ - rm -rf testsuite/tests/tool-debugger/no_debug_event/ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) rm -f testsuite/tests/misc-unsafe/almabench.ml endif -- 2.30.2