Skip to content

Commit 8161c10

Browse files
committed
fixup! feat: Update test harness (copy test files) #1467
Signed-off-by: christian.lutnik <[email protected]>
1 parent 985230c commit 8161c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ e2e = [
5151
"git submodule sync",
5252
"git submodule init",
5353
"git submodule update --init",
54-
"cp spec/specification/assets/gherkin/*.feature tests/features/",
54+
"cp -r spec/specification/assets/gherkin/. tests/features/",
5555
"behave tests/features/",
5656
"rm tests/features/*.feature",
5757
]

0 commit comments

Comments
 (0)