From db0159bf0b073a87683eca2d5d7bfed8f67a70d2 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Mon, 25 May 2020 11:39:26 +0200 Subject: [PATCH] make(dotnet): fix test on archlinux and centos --- makefiles/Makefile.dotnet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.dotnet.mk b/makefiles/Makefile.dotnet.mk index 6578881462..6f1df7cbfc 100644 --- a/makefiles/Makefile.dotnet.mk +++ b/makefiles/Makefile.dotnet.mk @@ -467,7 +467,7 @@ run: build .PHONY: run_test # Run a .Net C# program (using 'dotnet test'). run_test: build - "$(DOTNET_BIN)" test --blame --no-build $(ARGS) $(SOURCE_PATH)proj + "$(DOTNET_BIN)" test --no-build $(ARGS) $(SOURCE_PATH)proj endif # .Net F#