We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a449edd commit 80ccb52Copy full SHA for 80ccb52
http-tests/run.sh
@@ -140,7 +140,7 @@ download_dataset "$ADMIN_ENDPOINT_URL" > "$TMP_ADMIN_DATASET"
140
141
#run_tests $(find ./add/ -type f -name '*.sh')
142
#(( error_count += $? ))
143
-run_tests $(find ./admin/packages -type f -name 'install-package-stylesheet.sh')
+run_tests $(find ./admin/packages -type f -name '*.sh')
144
(( error_count += $? ))
145
#run_tests $(find ./dataspaces/ -type f -name '*.sh')
146
0 commit comments