make(dotnet): fix test on archlinux and centos

This commit is contained in:
Mizux Seiha
2020-05-25 11:39:26 +02:00
parent 85c05a555b
commit db0159bf0b

View File

@@ -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#