Skip to content

Commit 9f0f636

Browse files
committed
Uncommented tests
1 parent 1d6c07d commit 9f0f636

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

http-tests/run.sh

Lines changed: 16 additions & 16 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/ -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 += $? ))
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 += $? ))
153153
run_tests $(find ./misc/ -type f -name 'PATCH-settings.sh')
154154
(( 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 += $? ))
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)