Skip to content

Commit

Permalink
Merge pull request #1338 from vineetgarc/topic-minor-python-fix
Browse files Browse the repository at this point in the history
use python3 in testsuite-filter ...
  • Loading branch information
patrick-rivos authored Oct 5, 2023
2 parents c7853bf + 570e207 commit 6e7190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testsuite-filter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3


from __future__ import print_function
Expand Down

0 comments on commit 6e7190e

Please sign in to comment.