1
0
Fork 0

Fixed test case for Windows env

pull/1108/head
Sankalp Kotewar 2022-06-03 07:33:12 +00:00 committed by GitHub
parent 1fc4ec3274
commit a78bb30ca0
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ test('gzip create tar', async () => {
'-cf', '-cf',
IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip, IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip,
'--exclude', '--exclude',
IS_WINDOWS ? CacheFilename.Zstd.replace(/\\/g, '/') : CacheFilename.Gzip, IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip,
'-P', '-P',
'-C', '-C',
IS_WINDOWS ? workspace?.replace(/\\/g, '/') : workspace, IS_WINDOWS ? workspace?.replace(/\\/g, '/') : workspace,