Skip to content

Commit

Permalink
chore: Add some note to MILL_TEST_RESOURCE_DIR (com-lihaoyi#4403)
Browse files Browse the repository at this point in the history
Motivation:
Add some doc about the `MILL_TEST_RESOURCE_DIR`
  • Loading branch information
He-Pin authored and gamlerhart committed Feb 9, 2025
1 parent 7b67f85 commit 4fe3920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main/client/src/mill/main/client/EnvVars.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ public class EnvVars {
/**
* Available in test modules for users to find the test resource folder on disk
* in a convenient fashion. If multiple resource folders are provided on the classpath,
* they are provided as a comma-separated list
* they are provided as a comma-separated list.
* <p>
* NOTE: only exists when running tests using Mill, and is not available when executing applications packaged
* for deployment via .assembly
*/
public static final String MILL_TEST_RESOURCE_DIR = "MILL_TEST_RESOURCE_DIR";

Expand Down

0 comments on commit 4fe3920

Please sign in to comment.