Bug #107792 Use mtr_exe_exist to find client binaries for test run
Submitted: 7 Jul 2022 7:27 Modified: 7 Jul 2022 11:30
Reporter: Lars Tangvald Email Updates:
Status: In progress Impact on me:
None 
Category:Tests Severity:S7 (Test Cases)
Version: OS:Any
Assigned to: Lars Tangvald CPU Architecture:Any

[7 Jul 2022 7:27] Lars Tangvald
Description:
The mysql_keyring_encryption_test executable is currently not discovered correctly when using a custom client_bindir location (as is done in native Ubuntu packaging)

How to repeat:
Install the testing binaries to a custom location, then run the test suite with the client_bindir argument.

Suggested fix:
Use the mtr_exe_exist function to find it, as is done with the other testing binaries.