From b5ee7cd35ec567a17e123868ddca45bba6237858 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Fri, 10 Mar 2017 18:45:03 +0100 Subject: [PATCH] testsuite: remove runtest verbose mode Remove testsuite verbose mode as it is now sucessfull. No need to always get full details of the test run. Replace it by the RUNTESTFLAGS make variable to be able to set verbository on demand from the command-line. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index be56c71a..64e1d311 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,4 +98,4 @@ test: MODULEVERSION=Tcl; export MODULEVERSION; \ OBJDIR=`pwd -P`; export OBJDIR; \ TESTSUITEDIR=`cd testsuite;pwd -P`; export TESTSUITEDIR; \ - runtest --srcdir $$TESTSUITEDIR --objdir $$OBJDIR --tool modules -v + runtest --srcdir $$TESTSUITEDIR --objdir $$OBJDIR $(RUNTESTFLAGS) --tool modules