[Intel-gfx] [PATCH 13/23] piglit: Add a hint that there's an HTML summary

Damien Lespiau damien.lespiau at intel.com
Fri Nov 15 17:33:30 CET 2013


And also add the possibility for someone to copy/paste the index.html
path to view the HTML summary for use with, say, xdg-open.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 4eace31..bd86a29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,7 @@ run-tests:
 	fi; \
 	$(PIGLIT) $${PIGLIT_FLAGS} $(IGT_TESTS) $$output && \
 	$(PIGLIT_HTML) --overwrite $$output/html $$output/main && \
+	echo "HTML summary is at $$output/html/index.html" && \
 	$(PIGLIT_SUMMARY) $$output/main
 
 
-- 
1.8.3.1




More information about the Intel-gfx mailing list