* Makefile.in (check-parallel): rm -rf outputs temp.
This commit is contained in:
parent
ab5baab74e
commit
5dd3176fb7
|
@ -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.
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue