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)
(cherry picked from commit e6d3beaee3
)
This commit is contained in:
parent
6ea7059a0e
commit
54ce13412c
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