Skip to content

Commit

Permalink
Merge pull request #970 from selenamarie/bug816700-stage-upgrade
Browse files Browse the repository at this point in the history
bug 816700 update build.sh
  • Loading branch information
selenamarie committed Nov 30, 2012
2 parents fda7736 + 76a3870 commit 0ee8916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -40,7 +40,7 @@ fi
# Override database hostname
export DB_HOST=jenkins-pg92
# RHEL postgres 9 RPM installs pg_config here, psycopg2 needs it
export PATH=/usr/pgsql-9.0/bin:$PATH
export PATH=/usr/pgsql-9.2/bin:$PATH
echo "My path is $PATH"
# run unit tests
make coverage DB_USER=test DB_HOST=$DB_HOST DB_PASSWORD=aPassword
Expand Down

0 comments on commit 0ee8916

Please sign in to comment.