Fix timezone tests run in parallel.
commit86fe187471da743fa4bcf60cad7c04f8fbe010b7
authorStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 19 Jun 2015 11:47:59 +0000 (19 13:47 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Fri, 19 Jun 2015 11:47:59 +0000 (19 13:47 +0200)
treea993712ecee75055bc77c033904f8a850731d996
parent52e96362604ce295e7dcfa0ef4b317acb85696cf
Fix timezone tests run in parallel.

The Makefile rule is called one time for target %/UTC or %/Universal.
If the tests are run in parallel, UTC or Universal can trigger the rule.
This patch patch generates the second test-result file as a copy of the
generated one.
Thus the testsuite can rely on the existence of the test-result files
regardless of which target has triggered the rule.

ChangeLog:

* timezone/Makefile (%/UTC %/Universal):
Generate test-result files for UTC and Universal.
ChangeLog
timezone/Makefile