Skip to content

Commit 2b9a5ea

Browse files
committed
[sanitizer] Add missing "BUILD_STEP cleanup"
1 parent 8d74798 commit 2b9a5ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_fast.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ HERE="$(cd $(dirname $0) && pwd)"
55

66
# TODO: find a better way to disable cleanup.
77
function cleanup() {
8+
echo @@@BUILD_STEP cleanup@@@
89
# Workaround the case when a new unittest was reverted, but incremental build continues to execute the leftover binary.
910
find -executable -type f -wholename *unittests* -delete
1011
du -hs * | sort -h

0 commit comments

Comments
 (0)