make test task less verbose

This commit is contained in:
Vladimir Agafonkin 2013-02-04 14:30:49 +02:00
parent 86cfce1771
commit 297d746a46

View File

@ -39,7 +39,7 @@ colors = true;
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel = LOG_INFO;
logLevel = LOG_WARN;
// enable / disable watching file and executing tests whenever any file changes
autoWatch = false;