summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py')
-rw-r--r--packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py b/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py
index 74336693bcb2..acc09224050d 100644
--- a/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py
+++ b/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py
@@ -30,7 +30,8 @@ class TestBenchmarkContinue(BenchBase):
def data_formatter_commands(self):
"""Benchmark different ways to continue a process"""
- self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
+ self.runCmd("file "+self.getBuildArtifact("a.out"),
+ CURRENT_EXECUTABLE_SET)
bkpt = self.target().FindBreakpointByID(
lldbutil.run_break_set_by_source_regexp(