diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-06 11:46:36 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-02-06 11:46:36 +0100 |
commit | 196607e420ffd05348d41e31d5fa4c7e97adf45b (patch) | |
tree | f51daae5771d396264d433116062dc0248804e38 | |
parent | d4c198d6693bf935c3b63d08dfd56f11ff02da73 (diff) | |
download | sql-parser-196607e420ffd05348d41e31d5fa4c7e97adf45b.zip sql-parser-196607e420ffd05348d41e31d5fa4c7e97adf45b.tar.gz sql-parser-196607e420ffd05348d41e31d5fa4c7e97adf45b.tar.bz2 |
Run generators without locales
We do not want localized messages to appear in testcases.
Signed-off-by: Michal Čihař <michal@cihar.com>
-rwxr-xr-x | tools/run_generators.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_generators.sh b/tools/run_generators.sh index 9c09f44..e47deb8 100755 --- a/tools/run_generators.sh +++ b/tools/run_generators.sh @@ -1,5 +1,7 @@ #!/bin/bash +export LC_ALL=C + # # Runs the test and context generators. # |