Skip to content

Commit 24e4223

Browse files
authored
Add missing ScenarioArgs to the android device startup test runs for performance tests. (#113182)
1 parent a98f3c3 commit 24e4223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/performance/android_scenarios.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<HelixWorkItem Include="Device Startup - Android HelloWorld">
3737
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
3838
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy %HELIX_WORKITEM_ROOT%\HelloAndroid.apk .;$(Python) pre.py --apk-name HelloAndroid.apk</PreCommands>
39-
<Command>$(Python) test.py devicestartup --device-type android --package-path pub\HelloAndroid.apk --package-name net.dot.HelloAndroid --scenario-name &quot;%(Identity)&quot;</Command>
39+
<Command>$(Python) test.py devicestartup --device-type android --package-path pub\HelloAndroid.apk --package-name net.dot.HelloAndroid --scenario-name &quot;%(Identity)&quot; $(ScenarioArgs)</Command>
4040
<PostCommands>$(Python) post.py</PostCommands>
4141
</HelixWorkItem>
4242
<!-- <HelixWorkItem Include="SOD - Android Benchmarks.Droid APK Size" Condition="'$(RuntimeType)' == 'Mono'"> # Disabled due to not working and needing consistent normal android results. https://github.com/dotnet/performance/issues/4729

0 commit comments

Comments
 (0)