Skip to content

Commit

Permalink
DST switching conforming to EU standard required by tests
Browse files Browse the repository at this point in the history
Set TZ to CET in Makefile.in to allow running "make test"
with UTC time zone. For example in a Debian/Ubuntu pbuilder chroot.
  • Loading branch information
Mikael Magnusson committed Jan 11, 2011
1 parent aaf809c commit 0dee7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -153,9 +153,10 @@ appserver: $(builddir)/src/appserver.boot
outgoingproxy: $(builddir)/src/outgoingproxy.boot
$(create_start_script)

test: TZ = CET
test:
echo "Making test in src/"; \
(cd src/ && $(MAKE) test) || exit 1
(cd src/ && $(MAKE) test TZ=$(TZ)) || exit 1

covertest:
echo "Making covertest in src/"; \
Expand Down

0 comments on commit 0dee7a7

Please sign in to comment.