From f8a0eaaa7dc193d7f1c02ae76fc9f70597a6eddb Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 22 Aug 2012 14:22:26 -0600 Subject: [PATCH] Wait for debug log if it was gotten. --- t/lib/bash/collect.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib/bash/collect.sh b/t/lib/bash/collect.sh index 1f8b14ba..5dd3487d 100644 --- a/t/lib/bash/collect.sh +++ b/t/lib/bash/collect.sh @@ -68,6 +68,7 @@ cmd_ok \ "Finds MySQL error log" if [[ "$SANDBOX_VERSION" > "5.0" ]]; then + wait_for_files "$p-log_error" cmd_ok \ "grep -qE 'Memory status|Open streams|Begin safemalloc' $p-log_error" \ "debug"