Skip to content
Snippets Groups Projects
Commit 0db7ffd4 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=17735

i=Yury.Umanets
check_mem_leak fn fix: use echo instead of log fn
parent 2338bd0c
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ check_mem_leak () {
echo "$LEAK_LUSTRE" 1>&2
echo "$LEAK_PORTALS" 1>&2
mv $TMP/debug $TMP/debug-leak.`date +%s` || true
log "Memory leaks detected"
echo "Memory leaks detected"
[ -n "$IGNORE_LEAK" ] && { echo "ignoring leaks" && return 0; } || true
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment