Commit 5a44be9a authored by jgruber's avatar jgruber Committed by Commit bot

[debugger] Add entire directory to files in .isolate

Previously, tests in the newly added test/debugger/debug directory were
not executed on CQ.

BUG=v8:5530

Review-Url: https://codereview.chromium.org/2484713002
Cr-Commit-Position: refs/heads/master@{#40819}
parent db7580a4
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
['v8_enable_inspector==1', { ['v8_enable_inspector==1', {
'variables': { 'variables': {
'files': [ 'files': [
'./debugger.status', './',
'./protocol/',
'./test-api.js',
'./testcfg.py',
], ],
}, },
}], }],
...@@ -19,4 +16,4 @@ ...@@ -19,4 +16,4 @@
'../../src/d8.isolate', '../../src/d8.isolate',
'../../tools/testrunner/testrunner.isolate', '../../tools/testrunner/testrunner.isolate',
], ],
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment