Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokos committed Jun 8, 2023
1 parent 5b47c3c commit fdd7ac7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ def tools_on_multiple_hosts(self, pbench_run):
tool = p / "perf"
tool.write_text("--record-opts='-a --freq=100'")

# Issue #3434
# Issue #3454
@pytest.fixture
def labels_on_multiple_hosts(self, pbench_run):
# This fixture is meant to be called after the previous one
# (tools_on_multiple_hosts). The previous one establishes a
# tool-like directory structure; this one just embellishes it
# with labels on some host entries. Think of it as an
# with labels on some host entries. Think of it as a
# double for-loop, like the one above, only unrolled.

# row 1
Expand Down

0 comments on commit fdd7ac7

Please sign in to comment.