mirror of
https://github.com/apple/pkl.git
synced 2026-03-20 00:04:05 +01:00
Replace magic test port 12110 with 0 (#345)
Also introduce constants for some test package SHAs to make them easier to update.
This commit is contained in:
@@ -114,8 +114,8 @@ data class CliBaseOptions(
|
||||
val testMode: Boolean = false,
|
||||
|
||||
/**
|
||||
* Unless -1, rewrites HTTP requests that specify port 12110 to the given port. This is an
|
||||
* internal test option.
|
||||
* Unless -1, rewrites HTTP requests that specify port 0 to the given port. This is an internal
|
||||
* test option.
|
||||
*/
|
||||
val testPort: Int = -1,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user