buildDotnetModule: run tests on projectFile if testProjectFile is unset
This commit is contained in:
@@ -16,7 +16,7 @@ dotnetCheckHook() {
|
||||
local -r maxCpuFlag="1"
|
||||
fi
|
||||
|
||||
for project in ${testProjectFile[@]-}; do
|
||||
for project in ${testProjectFile[@]-${projectFile[@]}}; do
|
||||
env "LD_LIBRARY_PATH=@libraryPath@" \
|
||||
dotnet test "$project" \
|
||||
-maxcpucount:$maxCpuFlag \
|
||||
|
||||
Reference in New Issue
Block a user