Fix broken build because of zerocash->zcash rename.

This commit is contained in:
Taylor Hornby 2016-02-03 13:57:34 -07:00
parent 0294f34d15
commit dba05929e7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function run_test_phase
cd "${REPOROOT}"
# Test phases:
run_test_phase "${REPOROOT}/qa/zerocash/ensure-no-dot-so-in-depends.py"
run_test_phase "${REPOROOT}/qa/zcash/ensure-no-dot-so-in-depends.py"
# If make check fails, show test-suite.log as part of our run_test_phase
# output (and fail the phase with false):