Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: CHANGELOG.md

Issue 1829483002: Add support for a global configuration file. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/configuration.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24d118f5606c7b1e4990a43d2da16b469c339102..3cea6c8dc936bea0cb7aa943f6f5ead2d038bc99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## 0.12.13
+* Add support for a global configuration file. On Windows, this file defaults to
+ `%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`.
+ It can also be explicitly set using the `DART_TEST_CONFIG` environment
+ variable. See [the configuration documentation][global config] for details.
+
* The `--name` and `--plain-name` arguments may be passed more than once, and
may be passed together. A test must match all name constraints in order to be
run.
@@ -13,6 +18,8 @@
* Add a `pause_after_load` field to the package configuration file. This allows
presets to enable debugging mode.
+[global config]: https://github.com/dart-lang/test/blob/master/doc/configuration.md#global-configuration
+
## 0.12.12
* Add support for [test presets][]. These are defined using the `presets` field
« no previous file with comments | « no previous file | doc/configuration.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698