@@ -138,24 +138,24 @@ download_dataset "$ADMIN_ENDPOINT_URL" > "$TMP_ADMIN_DATASET"
138138
139139# ## Other tests ###
140140
141- # run_tests $(find ./add/ -type f -name '*.sh')
142- # (( error_count += $? ))
143- run_tests $( find ./admin/packages -type f -name ' *.sh' )
141+ run_tests $( find ./add/ -type f -name ' *.sh' )
142+ (( error_count += $? ))
143+ run_tests $( find ./admin/ -type f -name ' *.sh' )
144+ (( error_count += $? ))
145+ run_tests $( find ./dataspaces/ -type f -name ' *.sh' )
146+ (( error_count += $? ))
147+ run_tests $( find ./access/ -type f -name ' *.sh' )
148+ (( error_count += $? ))
149+ run_tests $( find ./imports/ -type f -name ' *.sh' )
150+ (( error_count += $? ))
151+ run_tests $( find ./document-hierarchy/ -type f -name ' *.sh' )
152+ (( error_count += $? ))
153+ run_tests $( find ./misc/ -type f -name ' *.sh' )
154+ (( error_count += $? ))
155+ run_tests $( find ./proxy/ -type f -name ' *.sh' )
156+ (( error_count += $? ))
157+ run_tests $( find ./sparql-protocol/ -type f -name ' *.sh' )
144158(( error_count += $? ))
145- # run_tests $(find ./dataspaces/ -type f -name '*.sh')
146- # (( error_count += $? ))
147- # run_tests $(find ./access/ -type f -name '*.sh')
148- # (( error_count += $? ))
149- # run_tests $(find ./imports/ -type f -name '*.sh')
150- # (( error_count += $? ))
151- # run_tests $(find ./document-hierarchy/ -type f -name '*.sh')
152- # (( error_count += $? ))
153- # run_tests $(find ./misc/ -type f -name '*.sh')
154- # (( error_count += $? ))
155- # run_tests $(find ./proxy/ -type f -name '*.sh')
156- # (( error_count += $? ))
157- # run_tests $(find ./sparql-protocol/ -type f -name '*.sh')
158- # (( error_count += $? ))
159159
160160end_time=$( date +%s)
161161runtime=$(( end_time- start_time))
0 commit comments