Merge pull request #8193 from kaspar030/fix_errorbuild_missing_builddir

ci: murdock: fix output error on missing builddir after failed build
This commit is contained in:
Koen Zandberg 2017-12-01 12:06:34 +01:00 committed by GitHub
commit c3d2bf92ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ compile() {
fi
fi
echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
test -d ${BINDIR} && echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
# cleanup
rm -Rf build