You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than the one required change (at the end), I've also removed the
dependence of the current working directory being the repo's origin
(which makes it possible to run just this one test directly in IDEs)
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.xz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
67
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.xz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
90
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
113
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
124
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
0 commit comments