aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mockery.sh
blob: cc29cb8f684d931390586fb35ea1fe915672ef92 (plain)
1
2
3
4
5
#!/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 "$@"