aboutsummaryrefslogtreecommitdiff
path: root/projects/nats
diff options
context:
space:
mode:
authorAdamKorcz <44787359+AdamKorcz@users.noreply.github.com>2021-07-23 21:49:52 +0100
committerGitHub <noreply@github.com>2021-07-23 21:49:52 +0100
commit58fdd19a799f64396a0ea44c57cc8a11ef90582a (patch)
treeb49c3970e0cca1ce660661a5bcdfe25197ed46b3 /projects/nats
parent08c3b789f2fb8f1b4ba0e883252ea1bd2d117046 (diff)
downloadoss-fuzz-58fdd19a799f64396a0ea44c57cc8a11ef90582a.tar.gz
[nats] Fix coverage build (#6108)
Diffstat (limited to 'projects/nats')
-rwxr-xr-xprojects/nats/build.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/projects/nats/build.sh b/projects/nats/build.sh
index 2235a6e4b..b9ce8fdf8 100755
--- a/projects/nats/build.sh
+++ b/projects/nats/build.sh
@@ -15,8 +15,5 @@
#
################################################################################
-
-
-compile_go_fuzzer ./conf Fuzz fuzz_conf
-compile_go_fuzzer ./server FuzzClient fuzz_client
-
+compile_go_fuzzer github.com/nats-io/nats-server/v2/conf Fuzz fuzz_conf
+compile_go_fuzzer github.com/nats-io/nats-server/v2/server FuzzClient fuzz_client