Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Nov 5, 2024
1 parent a9ae371 commit 1d9e6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ The instance of this Reporter (.asset file) can have the following settings.

<dl>
<dt>Output File Path</dt><dd>JUnit XML report file output path. Specify relative path from project root or absolute path. When run on player, it will be the <code>Application.persistentDataPath</code>.
This setting can be overwritten with the command line argument <code>-JUNIT_REPORT_PATH</code>.</dd>
It can be overwritten with the command line argument <code>-JUNIT_REPORT_PATH</code>, but be careful if multiple JUnitXmlReporters are defined, they will all be overwritten with the same value.</dd>
</dl>


Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ JUnit XMLフォーマットのレポートファイルを出力するReporterで

<dl>
<dt>出力ファイルパス</dt><dd>JUnit XMLレポートファイルの出力パス。プロジェクトルートからの相対パスまたは絶対パスを指定します。プレイヤー実行では相対パスの起点は <code>Application.persistentDataPath</code> になります。
コマンドライン引数 <code>-JUNIT_REPORT_PATH</code> で上書きできます。</dd>
コマンドライン引数 <code>-JUNIT_REPORT_PATH</code> で上書きできますが、複数のJUnitXmlReporterを定義しているとき、すべて同じ値で上書きされますので注意してください。</dd>
</dl>


Expand Down

0 comments on commit 1d9e6b4

Please sign in to comment.