Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix return value of test script when run from pg_virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Geggus committed Nov 12, 2019
1 parent 5a6c998 commit 88c2d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtests_in_virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DIR=$(dirname "$0")

# re-run us in pg_virtualenv if we do not already
if [ -z "$PGSYSCONFDIR" ]; then
pg_virtualenv $0
exit 0
# exec this because we are interested in the return value of pg_virtualenv
exec pg_virtualenv $0
fi

createdb osml10n
Expand Down

0 comments on commit 88c2d31

Please sign in to comment.