diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-02 10:05:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-03 18:01:08 +0200 |
commit | 6d0443dbb9b3108e54882bd818e8192bb78df0a0 (patch) | |
tree | 9cd843b48694e0a51f2b96364b44b9c71ebf0621 /run-integration-tests.sh | |
parent | 0eb6b4d13152acdb8d2638c6403342fd2d056c09 (diff) | |
download | sonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.tar.gz sonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.zip |
Enable Oracle12c and PostgreSQL in QA
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-x | run-integration-tests.sh | 1 |
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 $* |