| Index: client/profilers/powertop/powertop.py
|
| diff --git a/client/profilers/powertop/powertop.py b/client/profilers/powertop/powertop.py
|
| index e26b4e2900cbbd1901e05fb7fe5976e4e861b442..843ae5ceb65c1d6f26aa99e5c80c0b9816a49d36 100644
|
| --- a/client/profilers/powertop/powertop.py
|
| +++ b/client/profilers/powertop/powertop.py
|
| @@ -13,7 +13,7 @@ class powertop(profiler.profiler):
|
| # filenames: list of filenames to cat
|
| def setup(self, *args, **dargs):
|
| os.chdir(self.srcdir)
|
| - utils.system('make')
|
| + utils.make()
|
|
|
|
|
| def start(self, test):
|
|
|