Skip to content

Commit

Permalink
runtests.py: change shebang to make it more compatible in different e…
Browse files Browse the repository at this point in the history
…nvironment

Signed-off-by: Han Ning <[email protected]>
  • Loading branch information
Han Ning authored and ysun committed Jul 24, 2024
1 parent 15ea123 commit 6d6e881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BM/runtests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3

from avocado.core.nrunner.runnable import Runnable
from avocado.core.suite import TestSuite
from avocado.core.job import Job
Expand Down

0 comments on commit 6d6e881

Please sign in to comment.