KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Fix system_test app path and adb failed issue #878

Closed robotchaoX closed 10 months ago

robotchaoX commented 10 months ago

[Why] App path is incorrected for Linux in system_path. Fix system_test cannot find executable app on Linux. Fix adb command executed failed.

[How] Set corrected app path for Linux when run system_test. Correct input arguments of subprocess.check_output.

Description

Please include a summary of the change, new sample or fixed issue. Please also include relevant motivation and context. Please read the contribution guidelines

Fixes #

General Checklist:

Please ensure the following points are checked:

Sample Checklist

If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist:

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.