diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-03-20 20:46:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-23 11:13:04 -0400 |
commit | 657d5cbbbc09948416bcc4f717cbfb64761a908d (patch) | |
tree | c06458957b6035c95a219801bb70a11a1a430cc1 /src/test/include.am | |
parent | 2b3138741002e298ee9b6a0fb8150432bfdcb0fc (diff) | |
download | tor-657d5cbbbc09948416bcc4f717cbfb64761a908d.tar.gz tor-657d5cbbbc09948416bcc4f717cbfb64761a908d.zip |
tests: Automatically detect Rust crates to test and also pass --verbose.
* FIXES #25560: https://bugs.torproject.org/25560.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 1a49367c6b..b768f74475 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -360,4 +360,4 @@ EXTRA_DIST += \ src/test/test_workqueue_socketpair.sh test-rust: - $(TESTS_ENVIRONMENT) $(abs_top_srcdir)/src/test/test_rust.sh + $(TESTS_ENVIRONMENT) "$(abs_top_srcdir)/src/test/test_rust.sh" |