From c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 17 Jun 2020 18:08:57 -0500 Subject: Allow testing to continue after an undefined command is called --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6c48c20..9a2ba81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \ $(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\ $(CONTRIB) -CLEANFILES = options-init.exp stats-init.exp +CLEANFILES = abort-init.exp options-init.exp stats-init.exp clean-local: clean-local-check .PHONY: clean-local-check -- cgit v1.1 From 6cb7c4390f87a46682e1484317d2b320b037b9a9 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 17 Jun 2020 21:31:14 -0500 Subject: Add new testsuite files to TESTSUITE_FILES in Makefile.am --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a2ba81..766125d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -180,6 +180,9 @@ TESTSUITE_FILES = \ testsuite/runtest.libs/remote.test \ testsuite/runtest.libs/target.test \ testsuite/runtest.libs/utils.test \ + testsuite/runtest.main/abort.exp \ + testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp \ + testsuite/runtest.main/abort/testsuite/abort.test/simple.exp \ testsuite/runtest.main/options.exp \ testsuite/runtest.main/options/testsuite/null.test/null.exp \ testsuite/runtest.main/stats.exp \ -- cgit v1.1 From a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Fri, 26 Jun 2020 20:31:13 -0500 Subject: Withdraw proposed --keep_going and --no_keep_going options --- Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 766125d..03bbdc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \ $(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\ $(CONTRIB) -CLEANFILES = abort-init.exp options-init.exp stats-init.exp +CLEANFILES = error-init.exp options-init.exp stats-init.exp clean-local: clean-local-check .PHONY: clean-local-check @@ -180,9 +180,11 @@ TESTSUITE_FILES = \ testsuite/runtest.libs/remote.test \ testsuite/runtest.libs/target.test \ testsuite/runtest.libs/utils.test \ - testsuite/runtest.main/abort.exp \ - testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp \ - testsuite/runtest.main/abort/testsuite/abort.test/simple.exp \ + testsuite/runtest.main/error.exp \ + testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp \ + testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp \ + testsuite/runtest.main/error/testsuite/error.test/error-undef.exp \ + testsuite/runtest.main/error/testsuite/error.test/simple.exp \ testsuite/runtest.main/options.exp \ testsuite/runtest.main/options/testsuite/null.test/null.exp \ testsuite/runtest.main/stats.exp \ -- cgit v1.1