mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user