From 572479ec20c967f91c22a4e49e705c105d37a1dc Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Fri, 9 Sep 2011 14:16:21 -0300 Subject: [PATCH] test/README: add missing "S" Signed-off-by: Paulo Zanoni Signed-off-by: Chris Wilson --- test/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README b/test/README index f753ccbb0..8921c701e 100644 --- a/test/README +++ b/test/README @@ -41,7 +41,7 @@ It should contain a (space-, comma-, etc-separated) list of backends to test. To limit the tests run, use the CAIRO_TESTS environment variable, which should be a space-separated list of tests to run. For example: - CAIRO_TEST="zero-alpha" make test TARGETS=image,ps + CAIRO_TESTS="zero-alpha" make test TARGETS=image,ps Another very handy mechanism when trying to fix bugs is: