Skip to content

Commit

Permalink
Fixed test files overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochili committed Oct 17, 2021
1 parent 4d93449 commit 08f5248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ if overrideCaseResults then
if case then
createTxtForInkCase(case, true)
else
createTxtForInkCases(cases, true)
createTxtForInkCases(cases.units, true)
createTxtForInkCases(cases.stories, true)
end
end

Expand Down

0 comments on commit 08f5248

Please sign in to comment.