Enable Windows plugin tests (#119345)
* Fix binary path * Enable in presubmit
This commit is contained in:
parent
a2e65f7c32
commit
e00241a060
1
.ci.yaml
1
.ci.yaml
@ -4420,7 +4420,6 @@ targets:
|
|||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
|
||||||
- name: Windows plugin_test_windows
|
- name: Windows plugin_test_windows
|
||||||
bringup: true # New task
|
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
|
@ -298,7 +298,7 @@ public class $pluginClass: NSObject, FlutterPlugin {
|
|||||||
break;
|
break;
|
||||||
case 'windows':
|
case 'windows':
|
||||||
if (await exec(
|
if (await exec(
|
||||||
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_plugin_test'),
|
path.join(rootPath, 'build', 'windows', 'plugins', 'plugintest', 'Release', 'plugintest_test.exe'),
|
||||||
<String>[],
|
<String>[],
|
||||||
canFail: true,
|
canFail: true,
|
||||||
) != 0) {
|
) != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user