Merge branch 'main' into darc-main-68fd2886-d31c-4d06-8eb6-0d6f3a03ecee
This commit is contained in:
commit
c8f1310122
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ public class SourceBuiltArtifactsTests : SmokeTests
|
|||
|
||||
private void ExtractFileFromTarball(string tarballPath, string filePath, string outputDir)
|
||||
{
|
||||
ExecuteHelper.ExecuteProcessValidateExitCode("tar", $"xzf {tarballPath} -C {outputDir} {filePath}", OutputHelper);
|
||||
ExecuteHelper.ExecuteProcessValidateExitCode("tar", $"--wildcards -xzf {tarballPath} -C {outputDir} {filePath}", OutputHelper);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue