summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-05-26 22:34:06 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-05-26 22:39:21 -0700
commite7d90b04e507f4f1b1a2b6fc81e02a7b208d0090 (patch)
tree5698f11ef6f7ece526ef64e8055eefd482e30087
parent7e95ac778d0512a3940bf77daa50263e10d408f1 (diff)
xts: Remove the logfile make machinery
Now that the regular test cycle generates both the journal and the summary report, there's really no need for the logfile hack. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--Makefile.am3
-rw-r--r--xts5/Makefile.am6
2 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 42a43d1b..bbd5f307 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,3 @@ check-local: check.sh
# Helper target for testing subsets (test-Xopen, etc.)
test-%:
@$(MAKE) $(AM_MAKEFLAGS) check scenario='$*'
-
-logfile:
- cd xts5 && $(MAKE) logfile
diff --git a/xts5/Makefile.am b/xts5/Makefile.am
index f69649c0..f17b6ce3 100644
--- a/xts5/Makefile.am
+++ b/xts5/Makefile.am
@@ -31,9 +31,3 @@ XTS_CONFIG = TET_ROOT='$(top_srcdir)' XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \
$(PERL) -p $(srcdir)/bin/xts-config
tetexec.cfg: tetexec.cfg.in $(srcdir)/bin/xts-config
$(AM_V_GEN)$(XTS_CONFIG) < $< > $@.tmp && mv -f $@.tmp $@ || rm -f $@.tmp
-
-# Store results in xts5/results/YYYY-mm-dd-HH:mm.xzy
-logfile:
- date=`date +%F-%R`.XXXXX && \
- XTS_RESULTS_DIR=`mktemp -d --tmpdir=$(top_srcdir)/xts5/results $$date` && \
- cat $(LOGFILES) > $$XTS_RESULTS_DIR/xts.log