diff options
Diffstat (limited to 'test/solver.sh')
-rwxr-xr-x | test/solver.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/solver.sh b/test/solver.sh index bc230c6..4e22f88 100755 --- a/test/solver.sh +++ b/test/solver.sh @@ -4,6 +4,7 @@ get_block() { awk '/^@'$1'/{p=1;next} /^@/{p=0} p{print}' } +export TZ=UTC APK_TEST="../src/apk-test" TEST_TO_RUN="$@" |