test.test_examples: Convert pathlib-specific class to string.
authorWilliam D. Jones <thor0505@comcast.net>
Mon, 5 Aug 2019 01:52:23 +0000 (21:52 -0400)
committerwhitequark <cz@m-labs.hk>
Tue, 20 Aug 2019 00:54:10 +0000 (00:54 +0000)
commit352d5fc6e81c63ceedbe8a22cdd4ed952cc63190
treefdf4d8949aa024dc45facb5ce8e24e213a3b3105
parent91b61cc502d8bd1d28e86b5589f8a0e59013dcea
test.test_examples: Convert pathlib-specific class to string.

subprocess.check_call iterates over its arguments to check for spaces
and tabs, and on Windows, the pathlib-specific WindowsPath is not
iterable.
nmigen/test/test_examples.py