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

Brian Paul brianp at vmware.com
Mon Sep 25 22:47:24 UTC 2017


---
 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