We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0a052 commit f9deba1Copy full SHA for f9deba1
dev/run-tests.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python2
2
3
#
4
# Licensed to the Apache Software Foundation (ASF) under one or more
@@ -24,8 +24,7 @@
24
import subprocess
25
from collections import namedtuple
26
27
-SPARK_PROJ_ROOT = \
28
- os.path.join(os.path.dirname(os.path.realpath(__file__)), "..")
+SPARK_PROJ_ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..")
29
USER_HOME_DIR = os.environ.get("HOME")
30
31
SBT_MAVEN_PROFILE_ARGS_ENV = "SBT_MAVEN_PROFILES_ARGS"
0 commit comments