import sources

This commit is contained in:
Adam Samalik 2023-06-20 17:51:36 +02:00
parent 5485f99cd6
commit acc7ebf9cf

View File

@ -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