mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
40f1ab9f2a
a/sysklogd-2.6.2-x86_64-1.txz: Upgraded. ap/lxc-6.0.2-x86_64-1.txz: Upgraded. ap/vim-9.1.0736-x86_64-1.txz: Upgraded. l/gjs-1.82.0-x86_64-1.txz: Upgraded. Compiled against mozjs128-128.2.0esr. l/mozjs115-115.15.0esr-x86_64-1.txz: Removed. l/mozjs128-128.2.0esr-x86_64-1.txz: Added. tcl/tcl-8.6.15-x86_64-1.txz: Upgraded. tcl/tk-8.6.15-x86_64-1.txz: Upgraded. xap/vim-gvim-9.1.0736-x86_64-1.txz: Upgraded.
22 lines
768 B
Diff
22 lines
768 B
Diff
From 6ebe8ce6a3267c96454de3cd453269b4c4053a3e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= <fzatlouk@redhat.com>
|
|
Date: Mon, 9 Aug 2021 14:41:14 +0200
|
|
Subject: [PATCH] Don't die on SpiderMonkey checks
|
|
|
|
---
|
|
config/run_spidermonkey_checks.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/config/run_spidermonkey_checks.py b/config/run_spidermonkey_checks.py
|
|
index 0f842d9..b49db52 100644
|
|
--- a/config/run_spidermonkey_checks.py
|
|
+++ b/config/run_spidermonkey_checks.py
|
|
@@ -11,5 +11,3 @@ import sys
|
|
def main(output, lib_file, *scripts):
|
|
for script in scripts:
|
|
retcode = subprocess.call([sys.executable, script], cwd=buildconfig.topsrcdir)
|
|
- if retcode != 0:
|
|
- raise Exception(script + " failed")
|
|
--
|
|
2.31.1
|
|
|