Re-enable most of tool-debugger tests
authorStephane Glondu <steph@glondu.net>
Fri, 4 Sep 2020 03:57:11 +0000 (05:57 +0200)
committerStéphane Glondu <glondu@debian.org>
Fri, 4 Sep 2020 05:12:23 +0000 (07:12 +0200)
debian/rules

index 0c39a4a022457aa1ff85f83738ebd91bba314e96..5f92738db3187b3b494fabb609c2258ea6305f93 100755 (executable)
@@ -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