Skip to content

Commit 4150638

Browse files
committed
WIP2
1 parent d6c4cc4 commit 4150638

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/includes/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ run_test() {
4242
# preserve the coverage files
4343
# docker has problems with names containing spaces
4444
f=$(echo ${2:-1} | sed 's/ /-/g')
45+
docker exec ${httpd_cont} find / -name "*.gcda" -exec stat -c "%d %y" {} \;
4546
docker exec ${httpd_cont} sh -c "cd /native; gcovr --gcov-ignore-errors=no_working_dir_found --json /coverage/coverage-$f.json > /coverage/coverage-$f.log 2>&1"
4647
docker exec ${httpd_cont} sh -c "cd /native; lcov --capture --directory . --output-file /coverage/coverage-$f.info > /coverage/coverage-lcov-$f.log 2>&1"
4748

0 commit comments

Comments
 (0)