diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/bisect-test.py | 2 | ||||
-rwxr-xr-x | script/compare_cc_results.py | 2 | ||||
-rwxr-xr-x | script/traffic_learner | 2 | ||||
-rwxr-xr-x | script/traffic_replay | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/script/bisect-test.py b/script/bisect-test.py index 7896742747c..313c4e3c6ce 100755 --- a/script/bisect-test.py +++ b/script/bisect-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # use git bisect to work out what commit caused a test failure # Copyright Andrew Tridgell 2010 # released under GNU GPL v3 or later diff --git a/script/compare_cc_results.py b/script/compare_cc_results.py index 8ff7bde6564..4b8abf601f4 100755 --- a/script/compare_cc_results.py +++ b/script/compare_cc_results.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Compare the results of native and cross-compiled configure tests diff --git a/script/traffic_learner b/script/traffic_learner index 1abfdf7b37b..22341ef231c 100755 --- a/script/traffic_learner +++ b/script/traffic_learner @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Generate a traffic model from a traffic summary file # # Copyright (C) Catalyst IT Ltd. 2017 diff --git a/script/traffic_replay b/script/traffic_replay index 0ee0f9b6575..124136e9495 100755 --- a/script/traffic_replay +++ b/script/traffic_replay @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Generates samba network traffic # # Copyright (C) Catalyst IT Ltd. 2017 |