Commit 14ea4c01 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #1206 from kmod/numpy_updatetest

Update test results
parents f9fcd85f 2876c091
...@@ -89,7 +89,7 @@ except: ...@@ -89,7 +89,7 @@ except:
try: try:
test_helper.run_test(['sh', '-c', '. %s/bin/activate && python %s/numpy/tools/test-installed-numpy.py' % (ENV_DIR, ENV_DIR)], test_helper.run_test(['sh', '-c', '. %s/bin/activate && python %s/numpy/tools/test-installed-numpy.py' % (ENV_DIR, ENV_DIR)],
ENV_NAME, [dict(ran=5781, errors=2, failures=3)]) ENV_NAME, [dict(ran=5781, errors=2, failures=2)])
finally: finally:
if USE_CUSTOM_PATCHES: if USE_CUSTOM_PATCHES:
print_progress_header("Unpatching NumPy...") print_progress_header("Unpatching NumPy...")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment