]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Use a shebang for the main test executable.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Nov 2016 16:27:56 +0000 (12:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Nov 2016 16:27:56 +0000 (12:27 -0400)
This replaces the "python test/" call with "./test/__main__py". It
may seem like a pointless change, but the former will always use
whatever "python" points to, and the latter will use the contents of
the shebang in "__main__.py". Distributions can fix the shebang on
that one file to ensure that the test suite is run with the proper
version of python.


No differences found