[Piglit] [PATCH] Fix piglit-print-commands.py

shuang.he at intel.com shuang.he at intel.com
Wed May 14 18:47:30 PDT 2014


From: Shuang He <shuang.he at intel.com>

---
 piglit-print-commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 757fe3a..635d27c 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -76,7 +76,7 @@ def main():
         command += ' '.join(testCommand)
         return command
 
-    profile.prepare_test_list(env)
+    profile._prepare_test_list(env)
     for name, test in profile.test_list.items():
         assert(isinstance(test, Test))
         print(name, ':::', getCommand(test))
-- 
1.8.2.1



More information about the Piglit mailing list