summaryrefslogtreecommitdiff
path: root/piglit-print-commands.py
diff options
context:
space:
mode:
authorShuang He <shuang.he@intel.com>2014-04-29 08:59:46 +0800
committerroot <root@x-prtsserver.sh.intel.com>2014-04-29 09:01:43 +0800
commit5209dbf8397dff88730e2d92837af834b39d5a8a (patch)
tree55eb42c93df158852d51ea88c9d5d58aacd93197 /piglit-print-commands.py
parentc51a03672c2342d01035074b4a33a83ec0572193 (diff)
Fix piglit-print-commands.py
Signed-off-by: Shuang He <shuang.he@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78719 reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-print-commands.py')
-rwxr-xr-xpiglit-print-commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 757fe3a67..635d27c62 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))