Enable -Wd for tests, so DeprecationWarning works
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Aug 2011 22:35:53 +0000 (15:35 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Aug 2011 22:35:53 +0000 (15:35 -0700)
commit3c954b62643a3c645d7172b47b0582599606cc29
tree2569e210f07a3a384a8d95aeb3ceb88a0b5d66f8
parenta509ffd891642b3353a6160ba04057272b48dc2c
Enable -Wd for tests, so DeprecationWarning works

DeprecationWarning is suppressed by default since Python 2.7, so it's
a good idea to explicitly enable it for tests.
pym/portage/tests/runTests
runtests.sh