We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d74798 commit 2b9a5eaCopy full SHA for 2b9a5ea
zorg/buildbot/builders/sanitizers/buildbot_fast.sh
@@ -5,6 +5,7 @@ HERE="$(cd $(dirname $0) && pwd)"
5
6
# TODO: find a better way to disable cleanup.
7
function cleanup() {
8
+ echo @@@BUILD_STEP cleanup@@@
9
# Workaround the case when a new unittest was reverted, but incremental build continues to execute the leftover binary.
10
find -executable -type f -wholename *unittests* -delete
11
du -hs * | sort -h
0 commit comments