From 5dd3176fb78ffa11ff37234d62a953d124d1e8aa Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 18 Feb 2014 16:01:34 -0800 Subject: [PATCH] * Makefile.in (check-parallel): rm -rf outputs temp. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 33788ad1fa..0598791e78 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-02-18 Doug Evans + + * Makefile.in (check-parallel): rm -rf outputs temp. + 2014-02-16 Jan Kratochvil Fix "ERROR: no fileid for" in the testsuite. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 7a44660011..5d8fcc191c 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -164,7 +164,7 @@ check-single: $(DO_RUNTEST) $(RUNTESTFLAGS) check-parallel: - -rm -rf cache + -rm -rf cache outputs temp $(MAKE) -k do-check-parallel; \ $(SHELL) $(srcdir)/dg-extract-results.sh \ `find outputs -name gdb.sum -print` > gdb.sum; \