Open
Description
It is convenient that test-run uses a tarantool / a tarantoolctl executables found in PATH, when we want to test a module (say, vshard). However it is undesirable behaviour, when we test tarantool itself: it is not always obvious what is going on when I forgot to build tarantool prior to run tests.
We already detect tarantool source directory:
Lines 14 to 22 in e843552
So it should be easy to forbid using of an external tarantool in the case.