Unverified Commit 449a5bc7 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Enable plugin_test_linux (#120912)

Enable plugin_test_linux
parent c0e748fb
......@@ -699,7 +699,6 @@ targets:
- name: Linux plugin_test_linux
recipe: devicelab/devicelab_drone
bringup: true # New task
timeout: 60
properties:
dependencies: >-
......
......@@ -278,7 +278,7 @@ public class $pluginClass: NSObject, FlutterPlugin {
break;
case 'linux':
if (await exec(
path.join(rootPath, 'build', 'linux', 'x64', 'release', 'plugins', 'plugintest', 'plugintest_plugin_test'),
path.join(rootPath, 'build', 'linux', 'x64', 'release', 'plugins', 'plugintest', 'plugintest_test'),
<String>[],
canFail: true,
) != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment