[ftr] still trying to debug random remote start failures (#11611)

(cherry picked from commit e6d3beaee3)
This commit is contained in:
Spencer 2017-05-04 23:39:05 -07:00 committed by spalger
parent 6ea7059a0e
commit 54ce13412c

View file

@ -5,7 +5,7 @@ import { createToolingLog } from '../src/utils';
export default function (grunt) {
grunt.registerTask('functionalTestRunner', function () {
const log = createToolingLog('debug');
const log = createToolingLog('verbose');
log.pipe(process.stdout);
const functionalTestRunner = createFunctionalTestRunner({