summaryrefslogtreecommitdiff
path: root/web-ui/go
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-03-04 16:32:16 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-03-04 16:32:22 -0300
commitef5f377db8a748262d8951311774318e23e2b419 (patch)
tree0ade5f0244e3b8e3e48ec8953d710e4d66c38612 /web-ui/go
parentf4b4cc3bae254324f5d957d5aadd9f35ec7ffb54 (diff)
for #311, running webui tests will fail if LC_ALL isn't en_US. This isn't the expected when following REAME.
Diffstat (limited to 'web-ui/go')
-rwxr-xr-xweb-ui/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/go b/web-ui/go
index 8f2f1005..241e966b 100755
--- a/web-ui/go
+++ b/web-ui/go
@@ -1,3 +1,3 @@
#!/bin/bash
-npm run $*
+LC_ALL=en_US.UTF-8 npm run $*