uftrace: change to executable declaration (#45403)
This commit is contained in:
parent
15a3ac0512
commit
1b5dc396e3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user