[Numpy-svn] [numpy/numpy] 9d77ba: Correct exit code if number of errors % 256 == 0

GitHub noreply at github.com
Sat Feb 14 19:32:28 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9d77ba829ef8f20b0f1741d271ce1c05ef4022e8
      https://github.com/numpy/numpy/commit/9d77ba829ef8f20b0f1741d271ce1c05ef4022e8
  Author: Chris Lamb <chris at chris-lamb.co.uk>
  Date:   2015-02-15 (Sun, 15 Feb 2015)

  Changed paths:
    M tools/swig/test/testArray.py
    M tools/swig/test/testFarray.py
    M tools/swig/test/testFortran.py
    M tools/swig/test/testMatrix.py
    M tools/swig/test/testSuperTensor.py
    M tools/swig/test/testTensor.py
    M tools/swig/test/testVector.py

  Log Message:
  -----------
  Correct exit code if number of errors % 256 == 0

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 at chris-lamb.co.uk>


  Commit: 564a5a294de4c96bf1a3e0a91eeac780f7f3ffb6
      https://github.com/numpy/numpy/commit/564a5a294de4c96bf1a3e0a91eeac780f7f3ffb6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-02-14 (Sat, 14 Feb 2015)

  Changed paths:
    M tools/swig/test/testArray.py
    M tools/swig/test/testFarray.py
    M tools/swig/test/testFortran.py
    M tools/swig/test/testMatrix.py
    M tools/swig/test/testSuperTensor.py
    M tools/swig/test/testTensor.py
    M tools/swig/test/testVector.py

  Log Message:
  -----------
  Merge pull request #5572 from lamby/master

Correct exit code if number of errors % 256 == 0


Compare: https://github.com/numpy/numpy/compare/c75caa18f9ea...564a5a294de4


More information about the Numpy-svn mailing list