diff --git a/cli/test/smokehouse/frontends/smokehouse-bin.js b/cli/test/smokehouse/frontends/smokehouse-bin.js index e8bb2c6444b3..a599c77d67ed 100644 --- a/cli/test/smokehouse/frontends/smokehouse-bin.js +++ b/cli/test/smokehouse/frontends/smokehouse-bin.js @@ -237,7 +237,7 @@ async function begin() { if (smokehouseOutputDir && testResultsToOutput) { fs.rmSync(smokehouseOutputDir, {recursive: true, force: true}); - fs.mkdirSync(smokehouseOutputDir); + fs.mkdirSync(smokehouseOutputDir, {recursive: true}); for (const testResult of testResultsToOutput) { for (let i = 0; i < testResult.runs.length; i++) {