]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'nproc' of https://github.com/mator/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2019 09:12:35 +0000 (11:12 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2019 09:12:35 +0000 (11:12 +0200)
* 'nproc' of https://github.com/mator/util-linux:
  Don't use `nproc --all` for getting cpu number. For example below, sparc64 is reporting 128 as a total, but only 32 is online. So use only online cpus for tests parallel runs.


Trivial merge