Skip to content

Commit 1087d13

Browse files
committed
use -writeable-system not -system-writable
1 parent 31f750c commit 1087d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/yaml-templates/run-systemapp-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
solution: tests/Mono.Android-Tests/Mono.Android-Tests.csproj
2727
configuration: $(XA.Build.Configuration)
2828
msbuildArguments: >-
29-
/t:AcquireAndroidTarget /p:TestEmulatorArguments=-system-writeable /bl:$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/start-emulator.binlog
29+
/t:AcquireAndroidTarget /p:TestEmulatorArguments=-writable-system /bl:$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/start-emulator.binlog
3030
3131
- template: run-nunit-tests.yaml
3232
parameters:

0 commit comments

Comments
 (0)