commit | d34f2b11bab8ee8275540075201c277e9bde06b9 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 19 15:36:31 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 19 15:36:31 2022 +0100 |
tree | 351f14c1d3a3e2b7456eb34216090bccfd22c1d6 | |
parent | de9707f9fe72c329e3313712a7823a5463751558 [diff] [blame] |
Add test suite, fix a mountain of small errors.
diff --git a/json-schema.c b/json-schema.c index bb3b7fe..4762dff 100644 --- a/json-schema.c +++ b/json-schema.c
@@ -86,6 +86,8 @@ chdir(original_cwd); free(original_cwd); + if (result) + log_validator_debug("Successfully validated the provided object against schema."); return result; }