[Piglit] [PATCH 2/4] added functionality to piglit-run.py to automatically fix incorrect key entries in test results that are broken. This is done by simply resuming the tests.

Kenney Phillis kphillisjr at gmail.com
Sat Jul 7 20:04:17 PDT 2012


---
 piglit-run.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/piglit-run.py b/piglit-run.py
index e24cf2a..a3b2a09 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -186,6 +186,7 @@ def main():
 	# from being run again.
 	if OptionResume:
 		for (key, value) in old_results.tests.items():
+			key =  key.replace('\\','/',-1)
 			json_writer.write_dict_item(key, value)
 			env.exclude_tests.add(key)
 
-- 
1.7.9.5



More information about the Piglit mailing list