From: Ralf Habacker Date: Mon, 19 Nov 2018 19:29:33 +0000 (+0100) Subject: ci-build.sh: Show file size in list of files to be able to compare generated file... X-Git-Tag: dbus-1.13.8~20^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac2fd3aa458c7dfd002f7ec96a245d630c5830f;p=thirdparty%2Fdbus.git ci-build.sh: Show file size in list of files to be able to compare generated file size --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 3f4bc595f..36f918d20 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -288,7 +288,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