Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WithSoull committed Dec 24, 2024
1 parent d0bbaa3 commit 6d1d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/images/run_features_tests_for_5.7.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

for file in `find /tests/features/ -name "*.feature" -not -name "*8.0*"`; do
for file in `find ./tests/features/ -name "*.feature" -not -name "*8.0*"`; do
filename=$(basename "$file")
GODOG_FEATURE=$filename make test
done

0 comments on commit 6d1d5e4

Please sign in to comment.