components/gdb/Makefile
changeset 7941 cbeee2330f63
parent 7940 f9c043c82323
--- a/components/gdb/Makefile	Tue Apr 04 15:17:43 2017 -0700
+++ b/components/gdb/Makefile	Fri Apr 21 20:58:48 2017 -0700
@@ -117,6 +117,12 @@
 	( cd $(BUILD_DIR_64)/gdb/doc ; \
 	$(GMAKE) man )
 
+# The test gdb.mi/mi-exec-run.exp hangs up the test run, so skip it.
+COMPONENT_PRE_TEST_ACTION += \
+  ( cd $(SOURCE_DIR)/gdb/testsuite/gdb.mi ; \
+    if test -e mi-exec-run.exp ; then \
+      $(MV) mi-exec-run.exp mi-exec-run.exp-save ; fi )
+
 COMPONENT_POST_INSTALL_ACTION = \
   ( cd  $(PROTOUSRDIR)/share/gdb/python/gdb ; \
       $(PYTHON) -m compileall . ; \