summaryrefslogtreecommitdiff
path: root/test/common.sh
AgeCommit message (Collapse)Author
2024-11-13test: Drop test-trace.sh and common.shSimon Glass
The trace feature is now tested in CI so there is no need for these old script. Also they don't work. Drop them. Signed-off-by: Simon Glass <[email protected]> Tested-by: Tom Rini <[email protected]> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
2020-01-30Consistently use nproc for counting the CPUsHeinrich Schuchardt
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 <[email protected]>
2014-09-24test: Add a test for command repeatSimon Glass
This performs a command, then repeats it, and checks that the repeat happens. Signed-off-by: Simon Glass <[email protected]>