]> gitweb.michael.orlitzky.com - dunshire.git/commit
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)
commit903bd9bee55bcc404ae39a94d2625814d5bcc2a3
treeefe6376af7a89815d296fc2682f0d9d1a8a6bdf8
parent8da35f93fd8fafd2eaa3ae2f0466e75bd6876531
Use a shebang for the main test executable.

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.
TODO
makefile
test/__main__.py [changed mode: 0644->0755]