From bac2fd3aa458c7dfd002f7ec96a245d630c5830f Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 19 Nov 2018 20:29:33 +0100 Subject: [PATCH] ci-build.sh: Show file size in list of files to be able to compare generated file size --- 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 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 -- 2.47.3