Index: test/fuzzer/testcfg.py |
diff --git a/test/fuzzer/testcfg.py b/test/fuzzer/testcfg.py |
index 35a5abb465627d00432ac649561bf6b3b30de8b3..85a38eda087bbf8e9c5db824084a7a7a67b62868 100644 |
--- a/test/fuzzer/testcfg.py |
+++ b/test/fuzzer/testcfg.py |
@@ -26,7 +26,7 @@ class FuzzerTestSuite(testsuite.TestSuite): |
def ListTests(self, context): |
tests = [] |
for subtest in FuzzerTestSuite.SUB_TESTS: |
- shell = '%s_fuzzer' % subtest |
+ shell = 'v8_simple_%s_fuzzer' % subtest |
for fname in os.listdir(os.path.join(self.root, subtest)): |
if not os.path.isfile(os.path.join(self.root, subtest, fname)): |
continue |