Skip to content

Commit

Permalink
Mod log file names to same to game-ci/unity-test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 12, 2024
1 parent 794bc5c commit a0328d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif

define base_arguments
-projectPath $(PROJECT_HOME) \
-logFile $(LOG_DIR)/test_$(TEST_PLATFORM).log
-logFile $(LOG_DIR)/$(TEST_PLATFORM).log
endef

define test_arguments
Expand All @@ -62,7 +62,9 @@ $(TEST_CATEGORY) \
$(TEST_FILTER) \
$(ASSEMBLY_NAMES) \
-testPlatform $(TEST_PLATFORM) \
-testResults $(LOG_DIR)/test_$(TEST_PLATFORM)_results.xml
-testResults $(LOG_DIR)/$(TEST_PLATFORM)-results.xml \
-testHelperJUnitResults $(LOG_DIR)/$(TEST_PLATFORM)-junit-results.xml \
-testHelperScreenshotDirectory $(LOG_DIR)/Screenshots
endef

define test
Expand Down

0 comments on commit a0328d2

Please sign in to comment.