enable leaks checking for darwin again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25094 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-04 17:11:03 +00:00
parent 11b955ea01
commit 390f4091c5

View File

@@ -5,7 +5,8 @@ pid=$2
ec=0
if [ XXXX"$(uname -s)" = "Darwin" ] ; then
if [ "$(uname -s)" = "Darwin" ] ; then
echo "leaks check on $name ($pid)"
leaks $pid > leaks-log 2>&1 || \
{ echo "leaks failed: $?"; cat leaks-log; exit 1; }