* Makefile.in (check-parallel): rm -rf outputs temp.

This commit is contained in:
Doug Evans 2014-02-18 16:01:34 -08:00
parent ab5baab74e
commit 5dd3176fb7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-02-18 Doug Evans <dje@google.com>
* Makefile.in (check-parallel): rm -rf outputs temp.
2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix "ERROR: no fileid for" in the testsuite.

View File

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