Skip to content

Commit 4857900

Browse files
authored
ci: fix test.bats to not remove test-report.xml (#156)
Fixes #155
1 parent 8ec2bdd commit 4857900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber_cpp/acceptance_test/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup() {
66
}
77

88
teardown() {
9-
rm -rf ./out/ ./test-report.xml
9+
rm -rf ./out/
1010
}
1111

1212
@test "Successful test" {

0 commit comments

Comments
 (0)