File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
7373
7474 # Connect to Android device and run tests
7575 - |
76- set ANDROID_DEVICE_CONNECTION=% BOKKEN_DEVICE_IP%
77- start % ANDROID_SDK_ROOT%\ platform-tools\ adb.exe connect % BOKKEN_DEVICE_IP%
78- start % ANDROID_SDK_ROOT%\ platform-tools\ adb.exe devices
79- utr --suite=playmode --platform=Android --editor-location=.Editor --architecture={{ platform.architecture }} --testproject={{ project.path }} --player-load-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun --player-connection-ip=%BOKKEN_HOST_IP% --timeout=1800 --test-timeout=300 --player-connection-timeout=120
76+ export ANDROID_DEVICE_CONNECTION=${ BOKKEN_DEVICE_IP}
77+ ${ ANDROID_SDK_ROOT}/ platform-tools/ adb connect ${ BOKKEN_DEVICE_IP}
78+ ${ ANDROID_SDK_ROOT}/ platform-tools/ adb devices
79+ ./ utr --suite=playmode --platform=Android --editor-location=.Editor --architecture={{ platform.architecture }} --testproject={{ project.path }} --player-load-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun --player-connection-ip=%BOKKEN_HOST_IP% --timeout=1800 --test-timeout=300 --player-connection-timeout=120
8080{% else %}
8181 # Download standalone UnityTestRunner
8282 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
You can’t perform that action at this time.
0 commit comments