Project

General

Profile

« Previous | Next » 

Revision 9847

bugfix: load_data(): verbosity_min: use verbosity_min='' so that csv2db's default verbosity (3) is used, instead of setting the verbosity directly to 3, which caused the log++ logging output from bin/make to be echoed at verbosity 3, creating cluttered output

View differences:

lib/runscripts/table.run
58 58
load_data()
59 59
{
60 60
	echo_func; set_make_vars
61
	local verbosity_min=3 # install logs require verbose output
61
	local verbosity_min= # install logs require default verbosity
62 62
	set -- table_make ${_remake:+re}install # just the table
63 63
	if remaking || test ! -e "$install_log"; then "$@" # OK to clobber log
64 64
	else benign_error=1 noclobber=1 "$@" || true

Also available in: Unified diff