summaryrefslogtreecommitdiff
path: root/spidermonkey_checks_disable.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:43:33 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:43:33 +0000
commit64581c907fb51e23bbddbc48dd3d0af8eab52d36 (patch)
tree5b8ab8b1b4bdabaee83c0a3791f23f1fd4ca81d8 /spidermonkey_checks_disable.patch
parent014a4f821f669161de39fcf5db8113c2e77799c9 (diff)
automatic import of gjsopeneuler24.03_LTS
Diffstat (limited to 'spidermonkey_checks_disable.patch')
-rw-r--r--spidermonkey_checks_disable.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/spidermonkey_checks_disable.patch b/spidermonkey_checks_disable.patch
new file mode 100644
index 0000000..a3c3802
--- /dev/null
+++ b/spidermonkey_checks_disable.patch
@@ -0,0 +1,9 @@
+--- a/config/run_spidermonkey_checks.py
++++ b/config/run_spidermonkey_checks.py
+@@ -13,4 +13,5 @@ def main(output, lib_file, *scripts):
+ retcode = subprocess.call(
+ [sys.executable, script], cwd=buildconfig.topsrcdir)
+ if retcode != 0:
+- raise Exception(script + " failed")
++ #raise Exception(script + " failed")
++ pass