From 7c00027eb774978b836b808d7a62863b6e71dd1f Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 19 Nov 2018 20:29:33 +0100 Subject: ci-build.sh: Show file size in list of files to be able to compare generated file size (cherry picked from commit bac2fd3aa458c7dfd002f7ec96a245d630c5830f) --- tools/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 24075a29..299070d2 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -284,7 +284,7 @@ case "$ci_buildsys" in export DBUS_TEST_MALLOC_FAILURES=0 [ "$ci_test" = no ] || ctest -VV || maybe_fail_tests ${make} install DESTDIR=$(pwd)/DESTDIR - ( cd DESTDIR && find . ) + ( cd DESTDIR && find . -ls) ;; esac -- cgit v1.2.1