summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-09 14:08:54 +0000
committerLars Wirzenius <liw@liw.fi>2017-08-09 14:08:54 +0000
commit5f9c0f4a41b675e322b77e7e9ccfe9e728fd5ade (patch)
treecccae91a2e5a1c9b8394cbf1c674ab8214c7bf24 /check
parent4421cd72d12e0f017ed86fcc7094648cb078e701 (diff)
downloadqvisqve-5f9c0f4a41b675e322b77e7e9ccfe9e728fd5ade.tar.gz
TEMP: disable in-memory yarns
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 0262ff3..bb50100 100755
--- a/check
+++ b/check
@@ -29,7 +29,7 @@ pep8 qvarn
pylint3 -j0 --rcfile pylint.conf qvarn
# Run yarns without Postgres. For speed.
-QVARN_POSTGRES= run_yarns "$@"
+#QVARN_POSTGRES= run_yarns "$@"
if [ "${QVARN_POSTGRES:-no}" != no ]
then