Skip to content

Commit 7dbc97d

Browse files
committed
update comment
1 parent f65f3d6 commit 7dbc97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/acceptance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func init() {
7979
// to simulate an identical environment.
8080
flag.BoolVar(&WorkspaceTmpDir, "workspace-tmp-dir", false, "Run tests on the workspace file system (For DBR testing).")
8181
flag.BoolVar(&OnlyOutTestToml, "only-out-test-toml", false, "Only regenerate out.test.toml files without running tests")
82-
flag.BoolVar(&Subset, "subset", false, "Select a subset of EnvMatrix variants using consistent hashing")
82+
flag.BoolVar(&Subset, "subset", false, "Select a subset of EnvMatrix variants that cover all output files. Auto-enabled on -update.")
8383
}
8484

8585
const (

0 commit comments

Comments
 (0)