diff options
Diffstat (limited to 'lang/colm/files/patch-test_runtests')
-rw-r--r-- | lang/colm/files/patch-test_runtests | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/colm/files/patch-test_runtests b/lang/colm/files/patch-test_runtests new file mode 100644 index 000000000000..d2cca0f2428e --- /dev/null +++ b/lang/colm/files/patch-test_runtests @@ -0,0 +1,11 @@ +--- test/runtests.orig 2022-11-25 08:51:12 UTC ++++ test/runtests +@@ -10,7 +10,7 @@ timed() + if [ -f /proc/cpuinfo ]; then + CORES=$(awk '/cpu cores/ { print $4; exit }' /proc/cpuinfo) + else +- CORES=$(sysctl -n hw.physicalcpu) ++ CORES=$(sysctl -n hw.ncpu) + fi + + |