From: Tobias Oetiker Date: Fri, 7 Mar 2014 08:12:04 +0000 (+0100) Subject: fix timezone in tests X-Git-Tag: v1.5.0-rc1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c978544e724410c248641b959b6918788904620;p=thirdparty%2Frrdtool-1.x.git fix timezone in tests --- 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