Skip to content

Commit 196607e

Browse files
committed
Run generators without locales
We do not want localized messages to appear in testcases. Signed-off-by: Michal Čihař <[email protected]>
1 parent d4c198d commit 196607e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/run_generators.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
export LC_ALL=C
4+
35
#
46
# Runs the test and context generators.
57
#

0 commit comments

Comments
 (0)