From dba05929e769ba2971eaec521adb8d9b23b13d91 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Wed, 3 Feb 2016 13:57:34 -0700 Subject: [PATCH] Fix broken build because of zerocash->zcash rename. --- qa/zcash/full-test-suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/zcash/full-test-suite.sh b/qa/zcash/full-test-suite.sh index 0511aeff6..3cdaab802 100755 --- a/qa/zcash/full-test-suite.sh +++ b/qa/zcash/full-test-suite.sh @@ -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):