Skip to content

Commit 0388e0e

Browse files
pjungkampstv0g
authored andcommitted
fix(tests): use C locale for integration tests
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
1 parent f6ca90d commit 0388e0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/integration-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ BUILDDIR=${BUILDDIR:-${SRCDIR}/build}
1515
LOGDIR=${BUILDDIR}/tests/integration
1616
PATH=${BUILDDIR}/src:${SRCDIR}/tools:${PATH}
1717

18-
export PATH SRCDIR BUILDDIR LOGDIR
18+
LANG=C
19+
20+
export PATH SRCDIR BUILDDIR LOGDIR LANG
1921

2022
# Default values
2123
VERBOSE=${VERBOSE:-0}

0 commit comments

Comments
 (0)