Author: mattip <matti.pi...@gmail.com>
Branch: 
Changeset: r963:8e092f35a054
Date: 2015-10-11 22:42 +0300
http://bitbucket.org/pypy/buildbot/changeset/8e092f35a054/

Log:    run numpy tests in the documented way (ronan)

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -1024,13 +1024,10 @@
 
         self.addStep(ShellCmd(
             description="test numpy",
-            command=[sep.join(['bin', 'nosetests'])] + ['site-packages/numpy',
-                        # XXX enable '-with-doctest',
-                    ],
+            command=[sep.join(['..', 'install', 'bin', 'pypy'])] + 
['runtests.py'],
             #logfiles={'pytestLog': 'pytest-numpy.log'},
             timeout=4000,
-            workdir='install',
-            #env={"PYTHONPATH": ['download']}, # shouldn't be needed, but what 
if it is set externally?
+            workdir='numpy_src',
         ))
         if platform != 'win32':
             self.addStep(ShellCmd(
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to