Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use nproc for counting the CPUs | Heinrich Schuchardt | 2020-01-30 | 1 | -1/+1 |
| | | | | | | | | Coreutils command nproc can be used on Linux and BSD to count the number of available CPU cores. Use this instead of relying on the parsing of the Linux specific proc file system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | ||||
* | test: Add a test for command repeat | Simon Glass | 2014-09-24 | 1 | -0/+20 |
This performs a command, then repeats it, and checks that the repeat happens. Signed-off-by: Simon Glass <sjg@chromium.org> |