Skip to content

Commit

Permalink
Change to ensure that tests pass.
Browse files Browse the repository at this point in the history
But this masks an issue, which is documented in
issue #22.
  • Loading branch information
whart222 committed Jul 6, 2016
1 parent 64f47fa commit 976c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyutilib/dev/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if sys.platform.startswith('win'):
platform='win'
use_exec = False
use_exec = True
else:
platform='linux'
use_exec = True
Expand Down

0 comments on commit 976c6e2

Please sign in to comment.