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; \