We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3541f84 commit 6b6bf4dCopy full SHA for 6b6bf4d
src/commands/test.js
@@ -132,7 +132,7 @@ async function getPlatform(logsOpt) {
132
const majorVersion = parseInt(linuxInfo.get('version'), 10) || semver.major(release)
133
134
if (logsOpt) {
135
- print.info(`OS: ${linuxDistro || type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
+ print.info(`OS type: ${linuxDistro || type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
136
}
137
138
if (arch === 'x64' || (arch === 'arm64' && isM1)) {
0 commit comments