Index: client/profilers/cpistat/cpistat.py |
diff --git a/client/profilers/cpistat/cpistat.py b/client/profilers/cpistat/cpistat.py |
index 01524fbe0ac68aaef4a03e00ed4ddf72d7e0cde9..1a4328d93b9927e8008b1cca6957d34ea02d9f01 100644 |
--- a/client/profilers/cpistat/cpistat.py |
+++ b/client/profilers/cpistat/cpistat.py |
@@ -17,7 +17,7 @@ class cpistat(profiler.profiler): |
def start(self, test): |
cmd = os.path.join(self.bindir, 'site_cpistat') |
if not os.path.exists(cmd): |
- cmd = os.path.join(self.bindir, 'cpistat') |
+ cmd = os.path.join(self.bindir, 'cpistat') |
logfile = open(os.path.join(test.profdir, "cpistat"), 'w') |
p = subprocess.Popen(cmd, stdout=logfile, |
stderr=subprocess.STDOUT) |