reset TZ when running solver tests as some output has local time

Fixes commits 37fbafcd and 1c47f374.
cute-signatures
Timo Teräs 2019-06-05 10:09:03 +03:00
parent 366d0ee371
commit 4494d5450f
3 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,5 @@
--no-network
add -t .virtual
@EXPECT
(1/1) Installing .virtual (20190603.161426)
(1/1) Installing .virtual (20190603.131426)
OK: 0 MiB in 0 packages

View File

@ -4,5 +4,5 @@
--test-world a
add -t .virtual a
@EXPECT
(1/1) Installing .virtual (20190603.161426)
(1/1) Installing .virtual (20190603.131426)
OK: 0 MiB in 2 packages

View File

@ -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="$@"