From 6e534bc998a303079161746da3df42eca0bffa6c Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Wed, 13 Feb 2019 21:23:35 -0800 Subject: [PATCH] Re-enable checkdb now that it isn't slow. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .github/kokoro/db-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 3f3a1cd0..653988e5 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -141,7 +141,7 @@ echo "----------------------------------------" echo "----------------------------------------" # Check the database and fail if it is broken. -#make checkdb-${XRAY_SETTINGS} +make checkdb-${XRAY_SETTINGS} # If we get here, then all the fuzzers completed fine. Hence we are # going to assume we don't want to keep all the build / logs / etc (as