summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-14 14:33:06 -0700
committerEric Anholt <eric@anholt.net>2010-06-14 14:35:18 -0700
commitaf5e3fccb507956dd98bb83f4e168141be8cf331 (patch)
tree7a5b37ddf7c00f48409486210b5fec097c06cc78 /tests
parent352233f7d80a456f1e0f5099156fe0caca528f4f (diff)
blendsquare: Report SKIP if the extension is missing.
Diffstat (limited to 'tests')
-rw-r--r--tests/general/blendsquare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/blendsquare.c b/tests/general/blendsquare.c
index c10d079aa..396618ad8 100644
--- a/tests/general/blendsquare.c
+++ b/tests/general/blendsquare.c
@@ -92,7 +92,7 @@ piglit_init(int argc, char **argv)
if (!GLEW_VERSION_1_4 && !GLEW_NV_blend_square) {
printf("Sorry, this program requires either OpenGL 1.4 or "
"GL_NV_blend_square\n");
- exit(1);
+ piglit_report_result(PIGLIT_SKIP);
}
printf("\nAll 4 quads should be the same color. "