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

This commit is contained in:
Spencer 2017-05-04 23:39:05 -07:00 committed by GitHub
parent 4c6c401576
commit e6d3beaee3

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({