summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2017-09-25 16:46:55 -0600
committerBrian Paul <brianp@vmware.com>2017-09-26 08:05:17 -0600
commit674109085192aa69d032a21c04c0bca61b8f97ea (patch)
tree5637b52d4d0f9cac0e9cb1ecd9f65f5f1f6d0bd3
parent87de60e0ceba10333aafc7737c931a60f8b9f337 (diff)
framework: fix proces/process_isolation typo
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
-rw-r--r--framework/programs/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/programs/run.py b/framework/programs/run.py
index 4524f171b..5fe841992 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)