Skip to content

Commit bf954ab

Browse files
committed
Fix python shebang
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
1 parent 2ce74a7 commit bf954ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test-suite/clean_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
"""
33
This script runs the tests either asking interactively if you want to run
44
only one, or runs them all with the proper command-line options.

test-suite/run_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
"""
33
This script runs the tests either asking interactively if you want to run
44
only one, or runs them all with the proper command-line options.

0 commit comments

Comments
 (0)