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 <whitequark@whitequark.org>
Tue, 20 Aug 2019 00:54:10 +0000 (00:54 +0000)
commitc934fc66e90a768d9cf6088b7d3cacf1ab1bc136
treefdf4d8949aa024dc45facb5ce8e24e213a3b3105
parent5ad409e8974eacc618136a692faeea6f8ad47faa
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