mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ftr] still trying to debug random remote start failures (#11611)
This commit is contained in:
parent
4c6c401576
commit
e6d3beaee3
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue