[Piglit] [PATCH v2 5/5] unittests: don't require totals section in schema
Dylan Baker
dylan at pnwbakers.com
Thu Sep 1 19:01:13 UTC 2016
We generate this on the fly if it's not there and add it.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
unittests/framework/backends/schema/piglit-8.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unittests/framework/backends/schema/piglit-8.json b/unittests/framework/backends/schema/piglit-8.json
index 8661f40..9b000fd 100644
--- a/unittests/framework/backends/schema/piglit-8.json
+++ b/unittests/framework/backends/schema/piglit-8.json
@@ -102,7 +102,7 @@
}
},
"additionalProperties": false,
- "required": [ "__type__", "clinfo", "glxinfo", "lspci", "wglinfo", "name", "results_version", "uname", "time_elapsed", "totals", "tests" ],
+ "required": [ "__type__", "clinfo", "glxinfo", "lspci", "wglinfo", "name", "results_version", "uname", "time_elapsed", "tests" ],
"definitions": {
"timeAttribute": {
"type": "object",
--
git-series 0.8.10
More information about the Piglit
mailing list