mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
8fe5a43d9d
The setcap tool is unusual in its behaviour in that it will process each parameter separately and abort if one of the parameters is invalid (e.g. after a symlink.) But any previous parameters will be correctly processed. This means that depending on the generated test binary name an invalid entry might occur before it and thus abort the setcap. Fix to only setcap on the test binary by excluding the other files. Because the binary name is based on a hash the PR that introduced this version worked but once merged the hash changed and broke the build. Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
---|---|---|
.. | ||
create-cloud-init.sh | ||
run_integration_tests.sh | ||
run_unit_tests.sh |