summarylogtreecommitdiffstats
path: root/0003-linux_load_commands-test-sourcekit-lsp-are-python2.patch
blob: c878b0d15fc7d9d5e3e01624bcf2c4db6c1c03e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 37cfa25aa310f298c1649bbbabedcb6aae418e19 Mon Sep 17 00:00:00 2001
From: soloturn <soloturn@gmail.com>
Date: Sat, 3 Oct 2020 11:01:20 +0200
Subject: [PATCH] linux_load_commands, test-sourcekit-lsp are python2

---
 test-snapshot-binaries/linux_load_commands.py | 1 +
 test-sourcekit-lsp/test-sourcekit-lsp.py      | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/test-snapshot-binaries/linux_load_commands.py b/test-snapshot-binaries/linux_load_commands.py
index f7d044e..a021927 100644
--- a/test-snapshot-binaries/linux_load_commands.py
+++ b/test-snapshot-binaries/linux_load_commands.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python2
 
 # REQUIRES: platform=Linux
 # RUN: rm -rf %T && mkdir -p %t
diff --git a/test-sourcekit-lsp/test-sourcekit-lsp.py b/test-sourcekit-lsp/test-sourcekit-lsp.py
index b7e6323..02ede11 100644
--- a/test-sourcekit-lsp/test-sourcekit-lsp.py
+++ b/test-sourcekit-lsp/test-sourcekit-lsp.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2
+
 # Canary test for sourcekit-lsp, covering interaction with swiftpm and toolchain
 # language services.
 
-- 
2.28.0