summaryrefslogtreecommitdiff
path: root/tools/swig/test/testTensor.py
Commit message (Collapse)AuthorAgeFilesLines
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-151-1/+1
| | | | | | | For example, we had 256 errors (etc.) our process will exit with a successful error code which is incorrect and/or misleading. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-0/+402
Also update MANIFEST.in and documentation to reflect the move. The discussion of this change is at #2384. Closes #2384. Closes #4374.