Skip to content

Commit 9bdc83f

Browse files
authored
Merge pull request #247 from Unity-Technologies/logcat-capture-fix
Make logcat capture command always succeed
2 parents a1a83ad + f578373 commit 9bdc83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test_Android_{{ editor.version }}:
8383
utr.bat --testproject=TestProjects\Main --editor-location=.Editor --suite=playmode --platform=android --scripting-backend=il2cpp --architecture=arm64--artifacts_path=upm-ci~/test-results/android --timeout=900 --player-load-path=build/players
8484
after:
8585
- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
86-
- powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > upm-ci~/test-results/android/android_device_log.txt
86+
- powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d; exit 0 > upm-ci~/test-results/android/android_device_log.txt
8787
artifacts:
8888
packages:
8989
paths:

0 commit comments

Comments
 (0)