]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add py.test-3 to the list of tested pytest names
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
commitd5562a3e7e9edf6d5ff8a7873f15dea42edb1fc4
tree1c976912a7035a7d1427c3d174c3b5cba62ff594
parent5562c38ffb33da7f074dbe796a21124fe1ecf9dd
Add py.test-3 to the list of tested pytest names

Some operating systems (e.g. CentOS, OpenBSD) install the main pytest
script as "py.test-3".  Add that name to the list of names passed to
AC_PATH_PROGS() in order for pytest to be properly detected on a broader
range of operating systems.
configure.ac