Skip to content

Commit

Permalink
Merge pull request #532 from rhelmer/bug748608-setupdb-overrides
Browse files Browse the repository at this point in the history
bug 748608 - jenkins needs username, and to clobber unittest config file...
  • Loading branch information
rhelmer committed Apr 25, 2012
2 parents e1a32ad + 4c28799 commit 134a370
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions scripts/build.sh
Expand Up @@ -3,9 +3,18 @@
# Inspired by Zamboni
# https://github.com/mozilla/zamboni/blob/master/scripts/build.sh

# run unit tests
make clean
make coverage DB_USER=test DB_HOST=localhost DB_PASSWORD=aPassword

# copy default unit test configs
pushd socorro/unittest/config
for file in *.py.dist
do
cp $file `basename $file .dist`
done
popd

# run unit tests
make coverage DB_USER=test DB_HOST=localhost DB_PASSWORD=aPassword CITEXT="/usr/pgsql-9.0/share/contrib/citext.sql"

# pull pre-built, known version of breakpad
make clean
Expand Down

0 comments on commit 134a370

Please sign in to comment.