From ef5f377db8a748262d8951311774318e23e2b419 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 4 Mar 2015 16:32:16 -0300 Subject: for #311, running webui tests will fail if LC_ALL isn't en_US. This isn't the expected when following REAME. --- web-ui/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/go') 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 $* -- cgit v1.2.3