The options.exp test for the --xml option causes testrun.xml to be created, but make distclean does not remove it.

patch:

diff --git a/Makefile.am b/Makefile.am
index bd0ac0e..55e25d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,8 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS runtest \
       $(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
       $(TESTSUITE_FILES) $(XML) $(CONTRIB)

-DISTCLEANFILES = xXx.log xXx.sum x.log x.sum testrun.log testrun.sum
+DISTCLEANFILES = xXx.log xXx.sum x.log x.sum
+DISTCLEANFILES += testrun.log testrun.sum testrun.xml

# Give a reassuring message so that users know the "build" worked.
all-local:


-- Jacob


_______________________________________________
Bug-dejagnu mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-dejagnu

Reply via email to