diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-12-14 05:40:42 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-12-14 05:40:42 +0000 |
commit | 60b0bd5cd6d97e34f5fa2434b648fb71dcbeaf22 (patch) | |
tree | 6a9862ae4468755771e40af73d5bde084778caa7 /src | |
parent | f61fbc97b595a52ccd5bddec424d271fe4b8de83 (diff) |
Forcing a build failure to check buildbot emails.
Blame Gavin.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@890186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_app.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/couchdb/couch_app.erl b/src/couchdb/couch_app.erl index 1b64434a..dc0f7402 100644 --- a/src/couchdb/couch_app.erl +++ b/src/couchdb/couch_app.erl @@ -18,6 +18,9 @@ -export([start/2, stop/1]). +FORCING BUILD FAILURE + + start(_Type, DefaultIniFiles) -> IniFiles = get_ini_files(DefaultIniFiles), case start_apps([crypto, sasl, inets, oauth, ssl, ibrowse, mochiweb]) of |