[Piglit] [PATCH] igt: print out error message on missing igt symlink
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Dec 4 22:40:12 PST 2012
Gets me every time I set this up on a new machine.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
tests/igt.tests | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/igt.tests b/tests/igt.tests
index 5a2fdd2..7890a8a 100644
--- a/tests/igt.tests
+++ b/tests/igt.tests
@@ -40,6 +40,7 @@ from framework.exectest import *
#############################################################################
if not os.path.exists(os.path.join(testBinDir, 'igt')):
+ print "igt symlink not found!"
sys.exit(0)
# Chase the piglit/bin/igt symlink to find where the tests really live.
--
1.7.10.4
More information about the Piglit
mailing list