aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-05-22 10:05:02 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-22 10:05:02 -0700
commitcb1de978f7068d5cc6dfd83be715c741566389b1 (patch)
tree91518a040cba0a2b5d79a43aa38a494f69806cd3 /dev/run-tests-jenkins
parentd709d7cebd1cd5b27f3b6d15629c3e88367acae1 (diff)
downloadspark-cb1de978f7068d5cc6dfd83be715c741566389b1.tar.gz
spark-cb1de978f7068d5cc6dfd83be715c741566389b1.tar.bz2
spark-cb1de978f7068d5cc6dfd83be715c741566389b1.zip
Revert "[BUILD] Always run SQL tests in master build."
This reverts commit 2be72c99aa51ba46f851348af9fbb4a39923a45a.
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="$?"