Skip to content

Commit

Permalink
Updated to use the file system by default to locate the dbdrivers, this
Browse files Browse the repository at this point in the history
can be overridden in the job config
  • Loading branch information
tomjenkinson committed Nov 10, 2014
1 parent 7c559c8 commit 69122b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hudson/narayana.sh
Expand Up @@ -583,7 +583,7 @@ init_test_options

# if QA_BUILD_ARGS is unset then get the db drivers form the file system otherwise get them from the
# default location (see build.xml). Note ${var+x} substitutes null for the parameter if var is undefined
[ -z "${QA_BUILD_ARGS+x}" ] && QA_BUILD_ARGS="-Ddriver.url=http://172.17.131.2/userContent/dbdrivers"
[ -z "${QA_BUILD_ARGS+x}" ] && QA_BUILD_ARGS="-Ddriver.url=file:///home/hudson/dbdrivers"

# Note: set QA_TARGET if you want to override the QA test ant target

Expand Down

0 comments on commit 69122b7

Please sign in to comment.