[FTR] Refactor FTR to live under KBN-TEST (#42547) (#42788)

Refactor the FTR to live under KBN-TEST . 

Next, refactor any and all files that the
FTR needs to live under KBN-TEST,
as needed.
This commit is contained in:
Tre 2019-08-06 17:35:05 -06:00 committed by GitHub
parent ddfe6e8dea
commit a1df3e8b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 228 additions and 223 deletions

View file

@ -18,4 +18,4 @@
*/
require('../src/setup_node_env');
require('../src/functional_test_runner/cli');
require('@kbn/test').runFtrCli();