summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/bisect-test.py2
-rwxr-xr-xscript/compare_cc_results.py2
-rwxr-xr-xscript/traffic_learner2
-rwxr-xr-xscript/traffic_replay2
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