aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-05-22 10:04:45 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-22 10:04:45 -0700
commitc63036cd475cfc26093c296ca1be13802c51093a (patch)
tree5e02384e3eea47e84d0497298d07b5a355888052 /dev/run-tests-jenkins
parentf490b3b4c706c92aa65d000b9d885f4d160a5f39 (diff)
downloadspark-c63036cd475cfc26093c296ca1be13802c51093a.tar.gz
spark-c63036cd475cfc26093c296ca1be13802c51093a.tar.bz2
spark-c63036cd475cfc26093c296ca1be13802c51093a.zip
Revert "[BUILD] Always run SQL tests in master build."
This reverts commit 147b6be3b6d464dfc14836c08e690ab021a600de.
Diffstat (limited to 'dev/run-tests-jenkins')
-rwxr-xr-xdev/run-tests-jenkins2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index 8b2a44fd72..f452ab66ef 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -185,8 +185,6 @@ done
# run tests
{
- # Marks this build is a pull request build.
- export AMP_JENKINS_PRB=true
timeout "${TESTS_TIMEOUT}" ./dev/run-tests
test_result="$?"