Skip to content

Commit 57f718a

Browse files
committed
Test runner fix
1 parent 5992029 commit 57f718a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ run_tests $(find ./imports/ -type f -name '*.sh')
150150
(( error_count += $? ))
151151
run_tests $(find ./document-hierarchy/ -type f -name '*.sh')
152152
(( error_count += $? ))
153-
run_tests $(find ./misc/ -type f -name 'PATCH-settings.sh')
153+
run_tests $(find ./misc/ -type f -name '*.sh')
154154
(( error_count += $? ))
155155
run_tests $(find ./proxy/ -type f -name '*.sh')
156156
(( error_count += $? ))

0 commit comments

Comments
 (0)