aboutsummaryrefslogtreecommitdiffstats
path: root/run-integration-tests.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-08-02 10:05:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-08-03 18:01:08 +0200
commit6d0443dbb9b3108e54882bd818e8192bb78df0a0 (patch)
tree9cd843b48694e0a51f2b96364b44b9c71ebf0621 /run-integration-tests.sh
parent0eb6b4d13152acdb8d2638c6403342fd2d056c09 (diff)
downloadsonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.tar.gz
sonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.zip
Enable Oracle12c and PostgreSQL in QA
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-xrun-integration-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh
index b3db6e6bab3..82f20df03b4 100755
--- a/run-integration-tests.sh
+++ b/run-integration-tests.sh
@@ -20,4 +20,5 @@ cd it
mvn verify \
-Dcategory=$CATEGORY \
-Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \
+ -Dwith-db-drivers \
-Dsource.skip=true -B -e -V $*