void-packages/srcpkgs/electron9/files/patches/electron-exclude-content-test-patches.patch

11 lines
422 B
Diff
Raw Normal View History

2020-05-10 13:05:15 +00:00
--- a/script/apply_all_patches.py 2020-08-22 17:46:41.796707506 +0200
+++ - 2020-08-22 17:47:05.887813512 +0200
@@ -14,6 +14,7 @@
for patch_dir, repo in dirs.items():
git.import_patches(repo=repo, patch_data=patch_from_dir(patch_dir),
threeway=threeway is not None,
2020-09-04 20:03:41 +00:00
+ exclude=['content/test/**', 'test/cctest/wasm/**'],
2020-05-10 13:05:15 +00:00
committer_name="Electron Scripts", committer_email="scripts@electron")