summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2018-03-07 13:14:05 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2018-03-07 13:14:05 +0100
commit3c8cdd6acf239c9ca6e9ad55349f1bbd7b969eb6 (patch)
tree8ceefd7c7bccb3e5cee94a148b581ce034aa9e7d /tests/Makefile.am
parenttests-fuzz: add new stdio-wrapped knotd (diff)
downloadknot-3c8cdd6acf239c9ca6e9ad55349f1bbd7b969eb6.tar.xz
knot-3c8cdd6acf239c9ca6e9ad55349f1bbd7b969eb6.zip
make: suppress echoing of the commands
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0764a8e81..de3bf5b3c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -126,7 +126,7 @@ am__v_RUNTESTS_ = $(am__v_RUNTESTS_@AM_DEFAULT_V@)
am__v_RUNTESTS_0 =
am__v_RUNTESTS_1 = RET=$$?; if [ "$$RET" != "0" ]; then cat "$(builddir)/runtests.log"; exit $$RET; fi
check-local: $(check_PROGRAMS) $(check_SCRIPTS)
- $(top_builddir)/libtap/runtests -s $(srcdir) \
+ @$(top_builddir)/libtap/runtests -s $(srcdir) \
-b $(builddir) \
-L $(builddir)/runtests.log \
$(check_PROGRAMS) $(check_SCRIPTS); \