[Piglit] [PATCH 2/2] framework: fix proces/process_isolation typo

Charmaine Lee charmainel at vmware.com
Tue Sep 26 00:20:52 UTC 2017


For both patches, Reviewed-by: Charmaine Lee <charmainel at vmware.com>
________________________________________
From: Brian Paul <brianp at vmware.com>
Sent: Monday, September 25, 2017 3:47:24 PM
To: piglit at lists.freedesktop.org
Cc: Charmaine Lee; Neha Bhende; Brian Paul
Subject: [PATCH 2/2] framework: fix proces/process_isolation typo

---
 framework/programs/run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/programs/run.py b/framework/programs/run.py
index 4524f17..5fe8419 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -397,7 +397,7 @@ def resume(input_):
     options.OPTIONS.valgrind = results.options['valgrind']
     options.OPTIONS.sync = results.options['sync']
     options.OPTIONS.deqp_mustpass = results.options['deqp_mustpass']
-    options.OPTIONS.proces_isolation = results.options['process_isolation']
+    options.OPTIONS.process_isolation = results.options['process_isolation']

     core.get_config(args.config_file)

--
1.9.1



More information about the Piglit mailing list