]> granicus.if.org Git - libevent/commit
Fix tinytest invocation from windows shell
authorEd Day <edday2000@gmail.com>
Sat, 11 Jun 2011 04:49:24 +0000 (00:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 11 Jun 2011 05:31:59 +0000 (01:31 -0400)
commit57def3460af9cd3992626d6a39f4e5b93a7d3fc0
treec8f2b500538299077998d20d2724dfcfe6cd6f5c
parent446cc7a0a1160f9214bef3b2d5140c2ddca9cee0
Fix tinytest invocation from windows shell

Original post:

  This post is in response to a posting last December on a Windows
  regression fork failure ([Libevent-users] Re: Libevent 2.0.10-stable
  is released by Dongsheng Song).  I noticed the question was not
  answered and I recently experienced the same error myself when
  trying to run the Windows regression tests myself.

  I checked the return status from the CreateProcess call and found it
  was "file not found".  This led me to look at the command-line I was
  using which was .\regress in a Visual Studio 2008 command prompt
  window.  Windows could not find the file because it did not have the
  .exe extension on the end.  The code that builds the command should
  be modified to ensure the extension is present.
test/tinytest.c