Mercurial > my-enso-commands
changeset 5:56d44190362e
Had to provide an absolute path to nosetests.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 07 Jun 2008 16:53:59 -0700 |
parents | 141cd4e612bb |
children | c41c4896c97e |
files | my-enso-commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/my-enso-commands.py Sun May 18 01:47:43 2008 -0700 +++ b/my-enso-commands.py Sat Jun 07 16:53:59 2008 -0700 @@ -654,7 +654,7 @@ output_fd, output_name = tempfile.mkstemp() popen = subprocess.Popen( - [ "nosetests", + [ "/usr/local/bin/nosetests", source_name, "--with-doctest" ], stdout = output_fd,