aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-03-27 14:52:30 +0100
committerTaras Madan <tarasmadan@google.com>2025-03-28 08:52:18 +0000
commita65c9492058d5c652f85e6b03185b569eae6873d (patch)
tree8a28465eeede5793873faca419bfaaa796580022 /tools
parent6c09fb82edbf8c19be0a3ea3e1e823c8891ee5a1 (diff)
all: use mockery config instead of go:generate
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mockery.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mockery.sh b/tools/mockery.sh
deleted file mode 100755
index cc29cb8f6..000000000
--- a/tools/mockery.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-# Copyright 2022 syzkaller project authors. All rights reserved.
-# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-
-go run github.com/vektra/mockery/v2@v2.52.1 --log-level=error "$@"