diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 3cdec2a37a..e54dc14191 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:"