Skip to content

Commit c43790b

Browse files
committed
Make sure the test-logs directory exists
Otherwise the tests crash.
1 parent 7552c58 commit c43790b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stack*.yaml.lock
1313
shake.yaml.lock
1414

1515
.vscode
16-
/test-logs/
16+
/test-logs/*.log
1717

1818
# stack 2.1 stack.yaml lock files
1919
stack*.yaml.lock

test-logs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## When the tests run, the logs get put here.

0 commit comments

Comments
 (0)