diff --git a/fuzz/fuzz_all_native.py b/fuzz/fuzz_all_native.py index 245c01a92e3..bc6c5f7d62d 100644 --- a/fuzz/fuzz_all_native.py +++ b/fuzz/fuzz_all_native.py @@ -72,7 +72,7 @@ def discover_fuzzers(): return fuzzers def run_fuzzer(fuzzfn, dir, duration_seconds): - subprocess.check_call(["go", "test", "-run=^$", f"-fuzz=^{fuzzfn}$", f"-fuzztime={duration_seconds}s", f"github.com/smartcontractkit/chainlink/core/{dir}"], cwd=LIBROOT) + subprocess.check_call(["go", "test", "-run=^$", f"-fuzz=^{fuzzfn}$", f"-fuzztime={duration_seconds}s", f"github.com/smartcontractkit/chainlink/{dir}"], cwd=LIBROOT) if __name__ == "__main__": main() \ No newline at end of file