Blame spidermonkey_checks_disable.patch

95774b8
From 6ebe8ce6a3267c96454de3cd453269b4c4053a3e Mon Sep 17 00:00:00 2001
95774b8
From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= <fzatlouk@redhat.com>
95774b8
Date: Mon, 9 Aug 2021 14:41:14 +0200
95774b8
Subject: [PATCH] Don't die on SpiderMonkey checks
95774b8
95774b8
---
95774b8
 config/run_spidermonkey_checks.py | 2 --
95774b8
 1 file changed, 2 deletions(-)
95774b8
95774b8
diff --git a/config/run_spidermonkey_checks.py b/config/run_spidermonkey_checks.py
95774b8
index 0f842d9..b49db52 100644
95774b8
--- a/config/run_spidermonkey_checks.py
95774b8
+++ b/config/run_spidermonkey_checks.py
95774b8
@@ -11,5 +11,3 @@ import sys
95774b8
 def main(output, lib_file, *scripts):
95774b8
     for script in scripts:
95774b8
         retcode = subprocess.call([sys.executable, script], cwd=buildconfig.topsrcdir)
95774b8
-        if retcode != 0:
95774b8
-            raise Exception(script + " failed")
95774b8
--
95774b8
2.31.1
95774b8