summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-09-07 12:04:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2019-08-09 09:09:32 +0100
commitcf886e91ae6f47113aafd929b1cf5ac016cde74c (patch)
tree5c30ce94fe4340d99c261d650f227d60aae26af4
parentdecd45893e6163bc388782dcd9b438ecc96816f4 (diff)
afl-tweaksv8-shell
-rw-r--r--shell/igt-shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/igt-shell.cc b/shell/igt-shell.cc
index f74a7318..071933bb 100644
--- a/shell/igt-shell.cc
+++ b/shell/igt-shell.cc
@@ -134,7 +134,7 @@ static int afl(Isolate *iso, int argc, char **argv) {
std::ios_base::sync_with_stdio(false);
std::cin.tie(NULL);
- const std::string name = "afl";
+ const std::string name = "/home/ickle/intel-gpu-tools/shell/afl/";
uint32_t* kcov = kcov_open();
if (!kcov)