diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-01-13 00:00:39 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-13 09:00:39 +0100 |
commit | 9af85fb69f26dcae5fba7881a597d78f6bc7ffc8 (patch) | |
tree | d267ba0b76363369bd8907d5e4924eac1e85e7eb /.gitignore | |
parent | f5cc2e2de567b36d33778ddf263b7a440f1d3b11 (diff) | |
download | Nim-9af85fb69f26dcae5fba7881a597d78f6bc7ffc8.tar.gz |
fixes #10273 execShellCmd now returns nonzero when child killed with signal + other fixes (#10274)
* s/exitStatus(...)/exitStatusLikeShell(...)/ * fix #10273 execShellCmd now returns nonzero when child exits with signal * test case for #10249 and explanation for the bug * fix test failure * add tests/nim.cfg
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 132cd7f60..2bf0bf30c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,7 @@ doc/*.html doc/*.pdf doc/*.idx /web/upload -build/* +/build/* bin/* # iOS specific wildcards. |