Skip to content

Commit a0328d2

Browse files
committed
Mod log file names to same to game-ci/unity-test-runner
1 parent 794bc5c commit a0328d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949

5050
define base_arguments
5151
-projectPath $(PROJECT_HOME) \
52-
-logFile $(LOG_DIR)/test_$(TEST_PLATFORM).log
52+
-logFile $(LOG_DIR)/$(TEST_PLATFORM).log
5353
endef
5454

5555
define test_arguments
@@ -62,7 +62,9 @@ $(TEST_CATEGORY) \
6262
$(TEST_FILTER) \
6363
$(ASSEMBLY_NAMES) \
6464
-testPlatform $(TEST_PLATFORM) \
65-
-testResults $(LOG_DIR)/test_$(TEST_PLATFORM)_results.xml
65+
-testResults $(LOG_DIR)/$(TEST_PLATFORM)-results.xml \
66+
-testHelperJUnitResults $(LOG_DIR)/$(TEST_PLATFORM)-junit-results.xml \
67+
-testHelperScreenshotDirectory $(LOG_DIR)/Screenshots
6668
endef
6769

6870
define test

0 commit comments

Comments
 (0)