Index: test/test262/archive.py |
diff --git a/test/test262/archive.py b/test/test262/archive.py |
index 894853e20854e07bd05fb4b348140796bf47e666..096e3c307f884c0142b0da5608c17e8924f0d630 100755 |
--- a/test/test262/archive.py |
+++ b/test/test262/archive.py |
@@ -29,6 +29,7 @@ |
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 |