Skip to content

Commit 80ccb52

Browse files
committed
Test filter
1 parent a449edd commit 80ccb52

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
@@ -140,7 +140,7 @@ download_dataset "$ADMIN_ENDPOINT_URL" > "$TMP_ADMIN_DATASET"
140140

141141
#run_tests $(find ./add/ -type f -name '*.sh')
142142
#(( error_count += $? ))
143-
run_tests $(find ./admin/packages -type f -name 'install-package-stylesheet.sh')
143+
run_tests $(find ./admin/packages -type f -name '*.sh')
144144
(( error_count += $? ))
145145
#run_tests $(find ./dataspaces/ -type f -name '*.sh')
146146
#(( error_count += $? ))

0 commit comments

Comments
 (0)