]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Use C locale to run tests
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 25 Nov 2013 16:21:59 +0000 (17:21 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 25 Nov 2013 16:21:59 +0000 (17:21 +0100)
This influences, for example, sorting order and different locales may
result if test failures.

tests/wvtest.sh

index cd23e3a319fa7fa042d72a1c02c55d9bf1a35b4c..d6bc1984d73ad4651e8ee310caefd2c9028085f9 100644 (file)
@@ -198,3 +198,4 @@ WVPASS cp "$OMK_TESTSROOT/../leaf-makefile/Makefile" .
 
 WV_BASE_DIR="$PWD"
 export MAKEFLAGS="--include-dir=$OMK_TESTSROOT/../snippets"
+export LC_ALL=C