/hg/release/icedtea-web-1.4: adding Andrew's changes to Makefile...
jfabriko at icedtea.classpath.org
jfabriko at icedtea.classpath.org
Thu Sep 26 00:35:03 PDT 2013
changeset 020590f4872d in /hg/release/icedtea-web-1.4
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.4?cmd=changeset;node=020590f4872d
author: Jana Fabrikova <jfabriko at redhat.com>
date: Thu Sep 26 09:36:53 2013 +0200
adding Andrew's changes to Makefile (clean up text summaries of test results)
diffstat:
ChangeLog | 5 +++++
Makefile.am | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 43c022220b84 -r 020590f4872d ChangeLog
--- a/ChangeLog Thu Sep 19 13:47:13 2013 +0200
+++ b/ChangeLog Thu Sep 26 09:36:53 2013 +0200
@@ -1,3 +1,8 @@
+2013-09-25 Andrew Azores <aazores at redhat.com>
+
+ * Makefile.am: clean up summary_unit.txt and summary_reproducers.txt for
+ "clean" goal
+
2013-09-19 Jana Fabrikova <jfabriko at redhat.com>
Added text only reports from reproducers and unit tests run
diff -r 43c022220b84 -r 020590f4872d Makefile.am
--- a/Makefile.am Thu Sep 19 13:47:13 2013 +0200
+++ b/Makefile.am Thu Sep 26 09:36:53 2013 +0200
@@ -1427,6 +1427,8 @@
clean_tests_reports:
rm -rf $(TESTS_DIR)/$(REPORT_STYLES_DIRNAME)/
rm -f $(TESTS_DIR)/*.html
+ rm -f $(TESTS_DIR)/summary_unit.txt
+ rm -f $(TESTS_DIR)/summary_reproducers.txt
clean-$(SOFTKILLER):
rm -f $(TESTS_DIR)/softkiller
More information about the distro-pkg-dev
mailing list