diff options
author | teor <teor@torproject.org> | 2019-06-14 11:44:26 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-14 11:44:26 +1000 |
commit | e218da17229adcec3c0a4ce774c0963bfcf1f11e (patch) | |
tree | 2fe0d7ef0ff1ae3112eb89c3f8308abb6bf164f6 /changes/bug30455 | |
parent | ea14fb136c6c771320d7c4ff6beab05d1dbc73aa (diff) | |
download | tor-e218da17229adcec3c0a4ce774c0963bfcf1f11e.tar.gz tor-e218da17229adcec3c0a4ce774c0963bfcf1f11e.zip |
make: Improve the documentation for test-network-all
"make test-network-all" shows the warnings from each test-network.sh
run on the console, so developers see new warnings early.
Improve the documentation for this feature, and rename a Makefile
variable so the code is self-documenting.
Fixes bug 30455; bugfix on 0.3.0.4-rc.
Diffstat (limited to 'changes/bug30455')
-rw-r--r-- | changes/bug30455 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug30455 b/changes/bug30455 new file mode 100644 index 0000000000..aecbde5a33 --- /dev/null +++ b/changes/bug30455 @@ -0,0 +1,5 @@ + o Minor bugfixes (chutney, makefiles, documentation): + - "make test-network-all" shows the warnings from each test-network.sh + run on the console, so developers see new warnings early. Improve the + documentation for this feature, and rename a Makefile variable so the + code is self-documenting. Fixes bug 30455; bugfix on 0.3.0.4-rc. |