From 5d49d987319f262ecbef6ff688fc674ed3b5fa43 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 16 May 2023 12:44:21 +0100 Subject: [PATCH] ci: Fix "Number of CPUs" output --- ci/test/06_script_b.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 3cdec2a37a1..e54dc141914 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -13,7 +13,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then echo "Number of CPUs: $(sysctl -n hw.logicalcpu)" else free -m -h - echo "Number of CPUs \(nproc\):" \$\(nproc\) + echo "Number of CPUs (nproc): $(nproc)" lscpu | grep Endian fi echo "Free disk space:"