From 0ee4b20a7b0f0183fb3a38a08ebe753702a9c73d Mon Sep 17 00:00:00 2001 From: Larry Ruane Date: Mon, 14 May 2018 16:50:42 -0600 Subject: [PATCH] fix qa/zcash/full_test_suite.py pathname underscores instead of hyphens; .py instead of .sh (did not bother with PR but Eirik reviewed this change) --- doc/unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unit-tests.md b/doc/unit-tests.md index 97dcd701e..9410b4407 100644 --- a/doc/unit-tests.md +++ b/doc/unit-tests.md @@ -6,7 +6,7 @@ and tests weren't explicitly disabled. There are two scripts for running tests: -* ``qa/zcash/full-test-suite.sh``, to run the main test suite +* ``qa/zcash/full_test_suite.py``, to run the main test suite * ``qa/pull-tester/rpc-tests.sh``, to run the RPC tests. The main test suite uses two different testing frameworks. Tests using the Boost