Attention is currently required from: osmith.
laforge has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38256?usp=email )
Change subject: testenv: testsuite: use rsync with --executability ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I think in general it's useful to use `-a` with rsync as a default option in all situations. This menans `-rlptgoD` i.e. it convers your --recursive, --links and --perms (which is even more than --executability - but maybe that's what you don't want here?). It also has --times so that the create/modify/access timestamps are identical, --owner and --group as well as --devices.
But as stated, maybe you have a specific reason to avoid any of the above as a default?