summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-glean-tests.py2
-rwxr-xr-xpiglit2
-rwxr-xr-xpiglit-merge-results.py2
-rwxr-xr-xpiglit-print-commands.py2
-rwxr-xr-xpiglit-resume.py2
-rwxr-xr-xpiglit-run.py2
-rwxr-xr-xpiglit-summary-html.py2
-rwxr-xr-xpiglit-summary-junit.py2
-rwxr-xr-xpiglit-summary.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/generate-glean-tests.py b/generate-glean-tests.py
index df08ede7f..aafe256b2 100755
--- a/generate-glean-tests.py
+++ b/generate-glean-tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Copyright © 2010 Intel Corporation
diff --git a/piglit b/piglit
index ea7326831..616e40890 100755
--- a/piglit
+++ b/piglit
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation
diff --git a/piglit-merge-results.py b/piglit-merge-results.py
index e78a5d0e4..a6c0065ae 100755
--- a/piglit-merge-results.py
+++ b/piglit-merge-results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 635d27c62..d88ab1c2b 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/piglit-resume.py b/piglit-resume.py
index 195a5dbed..6b78529fc 100755
--- a/piglit-resume.py
+++ b/piglit-resume.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation
diff --git a/piglit-run.py b/piglit-run.py
index 7c2d71aef..4c0f87861 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation
diff --git a/piglit-summary-html.py b/piglit-summary-html.py
index 078c7cbe6..4b5278e77 100755
--- a/piglit-summary-html.py
+++ b/piglit-summary-html.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation
diff --git a/piglit-summary-junit.py b/piglit-summary-junit.py
index 5aa1969b8..5c40a73dd 100755
--- a/piglit-summary-junit.py
+++ b/piglit-summary-junit.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation
diff --git a/piglit-summary.py b/piglit-summary.py
index c5a3923f0..d1294be3e 100755
--- a/piglit-summary.py
+++ b/piglit-summary.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation