We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1e48c commit 18c823cCopy full SHA for 18c823c
build-tools/scripts/TestApks.targets
@@ -273,7 +273,7 @@
273
AddResults="true"
274
LabelSuffix="-$(Configuration)$(TestsFlavor)"
275
Activity="%(_AllArchives.Activity)" />
276
-<Exec Command="adb shell run-as %(_AllArchives.Package) cat files/.__override__/grefs.txt" IgnoreExitCode="True" />
+ <Exec Command="adb shell run-as %(_AllArchives.Package) cat files/.__override__/grefs.txt" IgnoreExitCode="True" />
277
</Target>
278
<Target Name="RenameTestCases">
279
<Error
0 commit comments