summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-08 16:47:49 +0000
committerLars Wirzenius <liw@liw.fi>2017-08-08 16:47:49 +0000
commitd4e5e8586046d83c127d8246c17c02032c17525f (patch)
treeacaeadee519ee7416d29334fd9c3ec07bf0a3994 /check
parentc2fa43760d25e772592c046f6f981e9cad4ccd75 (diff)
downloadqvisqve-d4e5e8586046d83c127d8246c17c02032c17525f.tar.gz
Fix how runs are run with postgres
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 7dcb48e..4970ab7 100755
--- a/check
+++ b/check
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-set -eu
+set -eux
run_yarns()
{
@@ -34,5 +34,5 @@ QVARN_POSTGRES= run_yarns "$@"
if [ "${QVARN_POSTGRES:-no}" != no ]
then
scripts/pgempty
- run_yarns "$@"
+ run_yarns --env "QVARN_POSTGRES=$QVARN_POSTGRES" "$@"
fi