tests: Automatically detect Rust crates to test and also pass --verbose.

* FIXES #25560: https://bugs.torproject.org/25560.
This commit is contained in:
Isis Lovecruft
2018-03-20 20:46:19 +00:00
committed by Nick Mathewson
parent 2b31387410
commit 657d5cbbbc
3 changed files with 15 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (testing, rust):
- Some of our Rust crates were not having their tests run with `make
test-rust` due to a static string in the `src/test/test_rust.sh` script
specifying which crates to test. Rust crates are not automatically
detected and tested. Fixes bug 25560; bugfix on 0.3.3.3-alpha.