[Piglit] [PATCH] piglit-print-commands.py: Fix bug with test package
Dylan Baker
baker.dylan.c at gmail.com
Mon Oct 27 13:08:58 PDT 2014
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85079
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
piglit-print-commands.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 17c26da..af24902 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -31,8 +31,7 @@ import os.path as path
sys.path.append(path.dirname(path.realpath(sys.argv[0])))
import framework.core as core
import framework.profile
-from framework.exectest import Test
-from framework.gleantest import GleanTest
+from framework.test import Test, GleanTest
def main():
--
2.1.2
More information about the Piglit
mailing list