diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:54:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:54:05 +0000 |
commit | 5d305f47aef33a8e6b6a6644c4e1d3da47036f22 (patch) | |
tree | 5b8ab8b1b4bdabaee83c0a3791f23f1fd4ca81d8 /spidermonkey_checks_disable.patch | |
parent | 22b82d0c06f11e2afd32d5b3db2bee1f255190be (diff) |
automatic import of gjsopeneuler24.03_LTS
Diffstat (limited to 'spidermonkey_checks_disable.patch')
-rw-r--r-- | spidermonkey_checks_disable.patch | 9 |
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 |