Skip to content

Commit cda5a9a

Browse files
committed
Run all tests
1 parent 98cb64e commit cda5a9a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

http-tests/run.sh

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

160160
end_time=$(date +%s)
161161
runtime=$((end_time-start_time))

0 commit comments

Comments
 (0)