From acc7ebf9cf17ddb4a04e64b9b9a167b551e4a106 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Tue, 20 Jun 2023 17:51:36 +0200 Subject: [PATCH] import sources --- mozjs60.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozjs60.spec b/mozjs60.spec index ebcb9d2..3837e26 100644 --- a/mozjs60.spec +++ b/mozjs60.spec @@ -214,7 +214,7 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %check # Run SpiderMonkey tests -python2 tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js \ +/usr/bin/python2-for-tests tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js \ %ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64le s390x ; %else @@ -222,7 +222,7 @@ python2 tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/j %endif # Run basic JIT tests -python2 jit-test/jit_test.py -s -t 1800 --no-progress ../../js/src/js/src/shell/js basic \ +/usr/bin/python2-for-tests jit-test/jit_test.py -s -t 1800 --no-progress ../../js/src/js/src/shell/js basic \ %ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64le s390x ; %else