summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--build-aux/.gitignore1
-rw-r--r--tests/Makefile.am4
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 818afc1e..03c253f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@
/po/stamp-po
/stamp-h1
/tests/*.log
+/tests/*.trs
/tests/csinput
/tests/cspatfile
/tests/get-mb-cur-max
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 78cf8601..3f455f49 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -16,6 +16,7 @@
/mdate-sh
/missing
/snippet
+/test-driver
/texinfo.tex
/unused-parameter.h
/update-copyright
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1baf269f..736df9e2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -127,7 +127,9 @@ TESTS_ENVIRONMENT = \
PERL='$(PERL)' \
SHELL='$(SHELL)' \
PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
- ; $(SHELL) 9>&2
+ ; 9>&2
+
+LOG_COMPILER = $(SHELL)
VERBOSE = yes