From 11a2733dc2a37b9af08304083cdea87f30ab3b9b Mon Sep 17 00:00:00 2001
From: Matthew Holt <mholt@users.noreply.github.com>
Date: Wed, 30 Oct 2019 11:50:19 -0600
Subject: [PATCH] ci: Change fuzz type from regression to local-regression

As per recommendation from Fuzzit devs
---
 azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4891858bd..34c5db2df 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -223,7 +223,7 @@ jobs:
         ["./replacer_fuzz.go"]="replacer" \
       )
 
-      fuzz_type="regression"
+      fuzz_type="local-regression"
       if [[ $(Build.Reason) == "Schedule" ]]; then
         fuzz_type="fuzzing"
       fi