From 5b3566f78490026b38ff03d602655ce3afb5ecb1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 8 Nov 2018 17:20:03 +0000 Subject: framework: fix python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The non-ascii char broke the python2 CI: https://travis-ci.org/mesa3d/piglit/jobs/452170869 Fixes: 221d924689e3bb2796ce "framework: Add a vulkan tests profile" Cc: Neil Roberts Cc: Samuel Iglesias Gonsálvez Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- framework/test/piglit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py index c80e355d1..83398bf6a 100644 --- a/framework/test/piglit_test.py +++ b/framework/test/piglit_test.py @@ -248,7 +248,7 @@ class VkRunnerTest(PiglitBaseTest): @PiglitBaseTest.command.getter def command(self): - # This is overriden because we don’t want PiglitBaseTest to + # This is overriden because we don't want PiglitBaseTest to # prepend TEST_BIN_DIR so that it will look for vkrunner in # the search path. return self._command -- cgit v1.2.3