]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
ci-build.sh: Show file size in list of files to be able to compare generated file...
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 19 Nov 2018 19:29:33 +0000 (20:29 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 20 Nov 2018 11:59:23 +0000 (12:59 +0100)
tools/ci-build.sh

index 3f4bc595f3e2a6bc4e80e6292d5c53a625169652..36f918d2087f85d7c3d5f32667c958e422233228 100755 (executable)
@@ -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