bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] PATCH: * Makefile.am (DISTCLEANFILES) add "testrun.xml"


From: Jacob Bachmeyer
Subject: [Bug-dejagnu] PATCH: * Makefile.am (DISTCLEANFILES) add "testrun.xml"
Date: Mon, 29 Oct 2018 21:56:29 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]