From 849a2e688f1950deae10c439d5867b128648baab Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Nov 2016 17:45:54 +0000 Subject: [PATCH] fix a typo in the check sanitizer --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2e77ffaa..e55634c5 100755 --- a/debian/rules +++ b/debian/rules @@ -499,7 +499,7 @@ endif $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-clang || true # Sanitizer - $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitize || true + $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitizer || true # LLDB tests (CMake) ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))