Hi, I tried running my macOS machine and encountered the following error during the tests: `cat: /proc/cpuinfo: No such file or directory` This happens because `/proc/cpuinfo` is not available on macOS. Just reporting in case this behavior is unexpected or could be handled more gracefully.
Hi,
I tried running my macOS machine and encountered the following error during the tests:
cat: /proc/cpuinfo: No such file or directoryThis happens because
/proc/cpuinfois not available on macOS.Just reporting in case this behavior is unexpected or could be handled more gracefully.