Skip to content

Commit 496360b

Browse files
committed
Changed android test command
1 parent 6dd9a5f commit 496360b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.yamato/mobile-standalone-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
8585
- command: '"%ANDROID_SDK_ROOT%\platform-tools\adb.exe" connect %BOKKEN_DEVICE_IP%'
8686

8787
# Run tests
88-
- utr --suite=playmode --platform={{ platform.standalone }} --artifacts-path=test-results --player-load-path=build/players --testproject={{ project.path }} --editor-location=.Editor --player-connection-ip=%BOKKEN_HOST_IP% --fail-on-assert --reruncount=1 --clean-library-on-rerun --timeout=3600
88+
- |
89+
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
90+
utr --suite=playmode --platform={{ platform.standalone }} --artifacts-path=test-results --player-load-path=build/players --testproject={{ project.path }} --editor-location=.Editor --player-connection-ip=%BOKKEN_HOST_IP% --fail-on-assert --reruncount=1 --clean-library-on-rerun --timeout=3600
8991
{% else %}
9092
# Download standalone UnityTestRunner
9193
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr

0 commit comments

Comments
 (0)