diff options
Diffstat (limited to 'deps/v8/test/test262/archive.py')
-rwxr-xr-x | deps/v8/test/test262/archive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/test262/archive.py b/deps/v8/test/test262/archive.py index 894853e208..096e3c307f 100755 --- a/deps/v8/test/test262/archive.py +++ b/deps/v8/test/test262/archive.py @@ -29,6 +29,7 @@ def filter_git(tar_info): with tarfile.open('data.tar', 'w') as tar: tar.add('data', filter=filter_git) tar.add('harness', filter=filter_git) + tar.add('local-tests') # Workaround for GN. We can't specify the tarfile as output because it's # not in the product directory. Therefore we track running of this script |