PY3: change shebang to python3 in script dir
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 12 Dec 2018 00:18:40 +0000 (13:18 +1300)
committerNoel Power <npower@samba.org>
Fri, 14 Dec 2018 13:40:20 +0000 (14:40 +0100)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
script/bisect-test.py
script/compare_cc_results.py
script/traffic_learner
script/traffic_replay

index 7896742747cddc5ea008033ad0f7068c1f5ba104..313c4e3c6ce9f3f6485a5da18af36159849cb903 100755 (executable)
@@ -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
index 8ff7bde6564ddd1cd088aff70fe3988ac564ae28..4b8abf601f403394cce94c96788a888cc8e41edf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 #
 # Compare the results of native and cross-compiled configure tests
index 1abfdf7b37b6cb77a260a8aceefa684b42e96047..22341ef231c33ad0f3029813023c40170245c097 100755 (executable)
@@ -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
index 0ee0f9b65752291a38ecb256acb28e2217fda71a..124136e949543bfce28622937af0cd14bd963b93 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Generates samba network traffic
 #
 # Copyright (C) Catalyst IT Ltd. 2017