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.
This commit is contained in:
Xavier Delaruelle
2017-03-10 18:45:03 +01:00
parent ae8b1b0c8a
commit b5ee7cd35e

View File

@@ -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