Skip to content

Commit fe78b5e

Browse files
authored
Merge pull request #86 from apple/update-python-path
Update the Python path in test-repl-darwin and test-repl-glibc test
2 parents 99d6fa5 + c4e6eed commit fe78b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repl/test-repl-darwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# RUN: rm -rf %t.dir
88
# RUN: mkdir %t.dir
9-
# RUN: python %s %{swift} > %t.dir/output.txt
9+
# RUN: %{python} %s %{swift} > %t.dir/output.txt
1010
# RUN: %{FileCheck} --input-file %t.dir/output.txt %s
1111
# CHECK: OK
1212

repl/test-repl-glibc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# RUN: rm -rf %t.dir
77
# RUN: mkdir %t.dir
8-
# RUN: python %s %{swift} > %t.dir/output.txt
8+
# RUN: %{python} %s %{swift} > %t.dir/output.txt
99
# RUN: %{FileCheck} --input-file %t.dir/output.txt %s
1010
# CHECK: OK
1111

0 commit comments

Comments
 (0)