Skip to content

Commit ba7d49b

Browse files
committed
tests/ci: set chmod 0755 on META_DIROUT
Currently, since META_DIROUT is created by mktemp(1), it is 0600 by default. This makes it slightly annoying to copy out test-report.* files from a CI run. Signed-off-by: Siva Mahadevan <[email protected]> Sponsored by: The FreeBSD Foundation
1 parent 23e69b5 commit ba7d49b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ci/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ ci-create-meta: .PHONY
208208
ci-extract-meta: .PHONY
209209
tar xfv ${META_TAR} -C ${META_DIROUT}
210210
rm -rf ${META_TAR} ${META_DIR}
211+
chmod 0755 ${META_DIROUT}
211212
@echo "Extracted kyua reports to ${META_DIROUT}"
212213

213214
ci-runtest: ci-buildimage-${TARGET_ARCH:tl} portinstall .PHONY

0 commit comments

Comments
 (0)