aboutsummaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2021-10-15 16:06:59 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-10-15 16:13:16 +0200
commit03dc4144242741b60bb0c9e57ba3f3e086a98aa7 (patch)
tree3d927a60662114a1571cd03af91c7bcf45bff40c /driver
parentfaaad94fb8c9dd92eb249f7805a0a9bfe55e21a8 (diff)
downloadjazzer-api-03dc4144242741b60bb0c9e57ba3f3e086a98aa7.tar.gz
Drop explicit --agent_path argument in tests
Now that Jazzer uses the runfiles library to locate the agent jar, this argument is no longer required.
Diffstat (limited to 'driver')
-rw-r--r--driver/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/BUILD.bazel b/driver/BUILD.bazel
index e056fd70..d699697f 100644
--- a/driver/BUILD.bazel
+++ b/driver/BUILD.bazel
@@ -166,7 +166,6 @@ cc_test(
],
args = [
"--cp=$(location //driver/testdata:fuzz_target_mocks_deploy.jar)",
- "--agent_path=$(rootpath //agent:jazzer_agent_deploy.jar)",
],
data = [
"//agent:jazzer_agent_deploy.jar",
@@ -195,7 +194,6 @@ cc_test(
],
args = [
"--cp=$(location //driver/testdata:fuzz_target_mocks_deploy.jar)",
- "--agent_path=$(rootpath //agent:jazzer_agent_deploy.jar)",
],
data = [
"//agent:jazzer_agent_deploy.jar",