Skip to content

Commit

Permalink
orphaned files
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Aug 8, 2019
1 parent 8a69bea commit ab40092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/colorization/tle-colorization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ suite('TLE colorization', function (this: ISuiteCallbackContext): void {

resultFiles = fs.readdirSync(resultsFolder);
for (let resultFile of resultFiles) {
if (resultFile.endsWith('.actual') || resultFile.endsWith('.full-scope.txt')) {
if (resultFile.endsWith('.actual') || resultFile.endsWith('.full-scope-result.txt')) {
fs.unlinkSync(path.join(resultsFolder, resultFile));
}
}
Expand Down

0 comments on commit ab40092

Please sign in to comment.