From de436c8e7ef4b88b823b6a5f608f90dde999a46b Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Tue, 23 Jul 2024 17:38:40 +0300 Subject: [PATCH] Ignore DCR test errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e6b85ad..37b120a1 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET) mv default.profraw tests.profraw $(TESTS_TARGET) --fflags=true mv default.profraw tests-flags.profraw - $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true + $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true || true mv default.profraw tests-dcr.profraw $(TESTS_TARGET) -ts=Conformance --codegen mv default.profraw codegen.profraw