Skip to content

Commit 30dea84

Browse files
ShamzikPetrShumilov
authored andcommitted
enable tracking of std functions
1 parent c4dbb01 commit 30dea84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/kphp_ci_pipeline_runner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,10 @@ def _calculate_pytest_jobs_count(default_percent: int = 95) -> int:
385385
runner.add_test_group(
386386
name="k2-zend-tests",
387387
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(
388+
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(
389390
jobs=n_cpu,
391+
K2_KPHP_TRACKED_BUILTINS_LIST=shlex.quote(K2_KPHP_TRACKED_BUILTINS_LIST),
390392
kphp_runner=kphp_test_runner,
391393
zend_repo=args.zend_repo,
392394
zend_tests=k2_zend_test_list,

0 commit comments

Comments
 (0)