Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
[tasks/test/browser] fix --kbnServer.tests_bundle flag
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 24, 2017
1 parent 8eae537 commit 12e7552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/test/browser/test_browser_action.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = function testBrowserAction(plugin, run, options) {
];

if (options.plugins) {
kbnServerArgs.push('--kbnServer.testsBundle.pluginId=' + options.plugins);
kbnServerArgs.push('--kbnServer.tests_bundle.pluginId=' + options.plugins);
} else {
kbnServerArgs.push('--kbnServer.testsBundle.pluginId=' + plugin.id);
kbnServerArgs.push('--kbnServer.tests_bundle.pluginId=' + plugin.id);
}

var cmd = 'npm';
Expand Down

0 comments on commit 12e7552

Please sign in to comment.