We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8874c68 commit 910b26bCopy full SHA for 910b26b
scripts/mockgen.sh
@@ -30,4 +30,5 @@ test -z "${SUB_PACKAGE}" || mkdir -p "${SUB_PACKAGE}"
30
31
PROJECT_DIR="${PROJECT_DIR:-}"
32
echoDebug "Generating mocks for file: ${PWD#${PROJECT_DIR}/}/$FILE"
33
-mockgen -source="${FILENAME}.go" -destination="${SUB_PACKAGE}${FILENAME}_mock.go" "${MOCK_PACKAGE}"
+echo "Tools Directory: ${TOOLS_DIR}"
34
+"${TOOLS_DIR}"/mockgen -source="${FILENAME}.go" -destination="${SUB_PACKAGE}${FILENAME}_mock.go" "${MOCK_PACKAGE}"
0 commit comments