Skip to content

Commit

Permalink
Adapt the python3 call and the current year for the test python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Smolenko committed Aug 15, 2022
1 parent 7e51deb commit f17f93b
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions tests/benchmark_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
5 changes: 2 additions & 3 deletions tests/examples_tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/multiprocessing_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/parameter_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/pattern_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/result_database_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/run_all_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
4 changes: 2 additions & 2 deletions tests/step_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down
2 changes: 1 addition & 1 deletion tests/util_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
Expand Down
3 changes: 1 addition & 2 deletions tests/yaml_tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# JUBE Benchmarking Environment
# Copyright (C) 2008-2016
# Copyright (C) 2008-2022
# Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
# http://www.fz-juelich.de/jsc/jube
#
Expand Down

0 comments on commit f17f93b

Please sign in to comment.