Even if a previous run has already done it. Useful when resuming an already done test (which in turns is useful to load/write the json file to apply any piglit change). Signed-off-by: Damien Lespiau <damien.lespiau@xxxxxxxxx> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0f9af6c..4eace31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ run-tests: output=$$(igt_result_directory); \ fi; \ $(PIGLIT) $${PIGLIT_FLAGS} $(IGT_TESTS) $$output && \ - $(PIGLIT_HTML) $$output/html $$output/main && \ + $(PIGLIT_HTML) --overwrite $$output/html $$output/main && \ $(PIGLIT_SUMMARY) $$output/main -- 1.8.3.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx