-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Fix
--seed <file>
arg confusion, Backport --seed=true
support
* Fix `--seed <file>` arg confusion. This is now correctly interpreted as a file. * Fix presence of "Running tests with seed:" message on CLI when preconfig qunit_config_seed is set via environment variable. Previously the seed was applied, but not printed because the printing logic only checked the CLI options, not QUnit.config. * Add `--seed=true` to generate a new seed. This is backported from QUnit 3.0.0-alpha, and aligns the CLI with what was already supported via Preconfig, QUnit.config, and URL params. Cherry-picked from 390a5b7 (3.0.0-dev). > Ref #1691.
- Loading branch information
Showing
5 changed files
with
60 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters