We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dbb01 commit 30dea84Copy full SHA for 30dea84
1 file changed
tests/kphp_ci_pipeline_runner.py
@@ -385,8 +385,10 @@ def _calculate_pytest_jobs_count(default_percent: int = 95) -> int:
385
runner.add_test_group(
386
name="k2-zend-tests",
387
description="run k2-php tests from zend repo",
388
- cmd="{kphp_runner} -j{jobs} -d {zend_repo} --from-list {zend_tests} --cxx-name {cxx_name} --k2-bin {k2_bin}".format(
+ cmd="KPHP_TRACKED_BUILTINS_LIST={K2_KPHP_TRACKED_BUILTINS_LIST} "
389
+ "{kphp_runner} -j{jobs} -d {zend_repo} --from-list {zend_tests} --cxx-name {cxx_name} --k2-bin {k2_bin}".format(
390
jobs=n_cpu,
391
+ K2_KPHP_TRACKED_BUILTINS_LIST=shlex.quote(K2_KPHP_TRACKED_BUILTINS_LIST),
392
kphp_runner=kphp_test_runner,
393
zend_repo=args.zend_repo,
394
zend_tests=k2_zend_test_list,
0 commit comments