summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-08 17:05:19 +0000
committerLars Wirzenius <liw@liw.fi>2017-08-08 17:05:19 +0000
commitd9ea759d53ca414d712553472ab8d562a58b125e (patch)
treebb4614dd8d697988b206016a7a67b667ff15e846 /check
parent43682c485fdd4730867efc684948f8c894b73977 (diff)
downloadqvisqve-d9ea759d53ca414d712553472ab8d562a58b125e.tar.gz
Fix: disable set -x in check
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 4970ab7..0262ff3 100755
--- a/check
+++ b/check
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-set -eux
+set -eu
run_yarns()
{