From 9c978544e724410c248641b959b6918788904620 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Fri, 7 Mar 2014 09:12:04 +0100 Subject: [PATCH] fix timezone in tests --- .travis.yml | 2 +- tests/alltests | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79223fd7..3f5cd73f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: script: - ./configure --prefix=/opt/rrdtool-master - make - - cd tests && ./alltests + - ./tests/alltests - sudo make install - /opt/rrdtool-master/bin/rrdtool - /opt/rrdtool-master/share/rrdtool/examples/4charts.pl diff --git a/tests/alltests b/tests/alltests index 91c49cac..f42afe9c 100755 --- a/tests/alltests +++ b/tests/alltests @@ -2,7 +2,8 @@ # fail immediately if any subsequent command fails set -e - +TZ=CET +export TZ RRDTOOL="$1" export RRDTOOL -- 2.47.3