aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-snapshots-ref.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-snapshots-ref.sh b/scripts/update-snapshots-ref.sh
index 62ea3b66..31ff4464 100755
--- a/scripts/update-snapshots-ref.sh
+++ b/scripts/update-snapshots-ref.sh
@@ -78,6 +78,9 @@ for repo in $snapshots_dir-new/*.git; do
)
done
+echo "Snapshots status:"
+du -hs $snapshots_dir-new/*
+
# "if true" is to have same indent as configure-machine.sh hunk from which
# handling of parallel runs was copied.
if true; then