Skip to content

Commit 44fcc37

Browse files
committed
Changed utr command
1 parent bfb3b17 commit 44fcc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/console-standalone-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
2323
{% if platform.base == "win" %}
2424
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
2525
# - py .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
26-
- utr --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testCategory=!Performance --scripting-backend=il2cpp
26+
- UnifiedTestRunner.exe --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testCategory=!Performance --scripting-backend=il2cpp
2727
{% else %}
2828
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
2929
- chmod +x ./utr

0 commit comments

Comments
 (0)