Skip to content

Commit a7024ca

Browse files
committed
191 Only to test_* for integration
1 parent 5aca84c commit a7024ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ run_test() {
3838
}
3939

4040
load_tests() {
41-
for YAML_FILE in "$RACK_ROOT/test/integration/*.yml"
41+
for YAML_FILE in "$RACK_ROOT/test/integration/test_*.yml"
4242
do
4343
run_test $YAML_FILE
4444
done

0 commit comments

Comments
 (0)