push
github
build: fix use --builddir with absolute path Before the patch, `test-run.py` used for `--buildir` option the path provided by the user. If the path was relative and `.test.mk` was executed from another directory, `test-run.py` couldn't find Tarantool executable binary. The patch converts the relative path to an absolute one, and this scenario now works. NO_TEST=internal NO_CHANGELOG=internal NO_DOC=internal (cherry picked from commit 8c590e3d5)
68777 of 116369 branches covered (59.1%)
103511 of 118171 relevant lines covered (87.59%)
1620562.22 hits per line