Index: client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py |
diff --git a/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py b/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py |
index 2af20026829351fa18e6ad35a747970415408966..b18b2eb9af54293ebacdcfeb2363fccb2c9035cb 100644 |
--- a/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py |
+++ b/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py |
@@ -14,8 +14,8 @@ class graphics_GLAPICheck(site_ui_test.UITest): |
def setup(self): |
os.chdir(self.srcdir) |
- utils.system('make clean') |
- utils.system('make all') |
+ utils.make('clean') |
+ utils.make('all') |
def __check_extensions(self, info, ext_entries): |