mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 11:27:43 +00:00
change the perms before the sync
This commit is contained in:
parent
f2830edd2f
commit
e22c4ef09e
2
debian/rules
vendored
2
debian/rules
vendored
@ -740,6 +740,8 @@ endif
|
|||||||
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
|
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
|
||||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||||
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
||||||
|
chmod 0755 $(find reports/coverage -type d); \
|
||||||
|
chmod 0644 $(find reports/coverage -type f); \
|
||||||
fi
|
fi
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user