uftrace: change to executable declaration (#45403)

This commit is contained in:
AcriusWinter 2024-07-23 17:32:06 -07:00 committed by GitHub
parent 15a3ac0512
commit 1b5dc396e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ def installcheck(self):
def test_uftrace(self):
"""Perform stand-alone/smoke tests using the installed package."""
uftrace = self.prefix.bin.uftrace
uftrace = which(self.prefix.bin.uftrace)
options = (["-A", ".", "-R", ".", "-P", "main", uftrace, "-V"],)
expected = [
r"dwarf",