Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-02-28 03:31:59 +0300
committerKamil Rytarowski <n54@gmx.com>2016-02-28 03:31:59 +0300
commit4d46512cddeb2938e1b05fd43bdd8e3ff49c27e0 (patch)
tree56a671cfcda1c3ebe0ed201419b8c6be6f63455f /run-test.sh
parentee14201fb18696f112e4d10e886f430d0c557f93 (diff)
Remove additional attribution of maxProcesses
It's leftover from #6491
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index 9e20865d35..cc1a7affa9 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -362,7 +362,6 @@ else
maxProcesses=$(($(getconf _NPROCESSORS_ONLN)+1))
fi
-maxProcesses=$(($(getconf _NPROCESSORS_ONLN)+1))
TestProjects=($(find . -regex ".*/src/.*/tests/.*\.Tests\.csproj"))
for file in ${TestProjects[@]}
do