Upgrade default version of ossutil to 1.7.0

This commit is contained in:
Rimo
2020-12-22 01:07:58 +08:00
parent fdc36f3165
commit fd6fbb7c82
3 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ describe('installer tests', () => {
await io.rmRF(TEMP_DIR)
})
it('install ossutil 1.6.11', async () => {
const version = '1.6.11'
it('install ossutil 1.7.0', async () => {
const version = '1.7.0'
await installer.getOssutil(version)
const ossutilDir = path.join(TOOL_DIR, 'ossutil', version, process.arch)