apenwarr-redo/redo
Avery Pennarun 1f64cc4525 shelltest.od: add more "set -e" tests and add a 'skip' return code.
Based on the earlier t/000-set-minus-e bug in minimal/do on some
shells, let's add some extra tests that reveal the weirdness on those
shells.  Unfortunately because they are so popular (including bash and
zsh), we can't reject them outright for failing this one.

While we're here, add a new return code, "skip", which notes that a
test has failed but is not important enough to be considered a warning
or failure.  Previously we just had these commented out, which is not
quite obvious enough.

...and I updated a few comments while reviewing some of the older
tests.
2018-12-17 16:17:37 +00:00
..
version Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
.gitignore Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
__init__.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
atoi.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
builder.py Ensure correct operation with read-only target dirs and .do file dirs. 2018-12-13 13:28:44 +00:00
clean.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
cmd_always.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ifchange.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ifcreate.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_log.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_ood.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_redo.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_sources.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_stamp.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_targets.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_unlocked.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cmd_whichdo.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
cycles.py Move env.{add,get}_lock() into cycles.py, and rename. 2018-12-05 02:26:58 -05:00
deps.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
env.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
helpers.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
jobserver.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
logs.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
options.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
paths.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
py.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
sh.do shelltest.od: add more "set -e" tests and add a 'skip' return code. 2018-12-17 16:17:37 +00:00
state.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
title.py Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
whichpython.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00