apenwarr-redo/t
Avery Pennarun e40dc5bad2 redo-whichdo: fix a bug where the last dir was checked twice, and add tests.
When we can't find a .do file, we walk all the way back to the root
directory.  When that happens, the root directory is actually searched
twice.  This is harmless (since a .do file doesn't exist there anyway)
but causes redo-whichdo to produce the wrong output.

Also, add a test, which I forgot to do when writing whichdo in the
first place.

To make the test work from the root directory, we need a way to
initialize redo without actually creating a .redo directory.  Add a
init_no_state() function for that purpose, and split the necessary path
functions into their own module so we can avoid importing builder.py.
2018-11-02 02:20:52 -04:00
..
000-set-minus-e Avoid bashism >&file 2018-10-11 03:28:05 -04:00
100-args Remove deprecated old-args feature. 2018-10-11 03:28:05 -04:00
101-atime t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
102-empty minimal/do: redo vs redo-ifchange, and fix empty target handling. 2018-10-17 01:54:29 -04:00
103-unicode t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
104-space t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
110-compile Tests: use cc instead of gcc. 2018-10-29 07:20:33 +00:00
111-compile2 Tests: use cc instead of gcc. 2018-10-29 07:20:33 +00:00
120-defaults-flat t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
121-defaults-nested t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
130-mode Fix t/130-mode: "ls -l" output is not always as expected 2018-10-11 03:28:05 -04:00
140-shuffle Add a test for --shuffle option. 2012-02-09 00:42:41 -05:00
141-keep-going Avoid bashism >&file 2018-10-11 03:28:05 -04:00
200-shell t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
201-fail t/*: some cleanups so switching between redo and minimal/do works. 2018-10-12 05:20:27 -04:00
202-del t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
220-ifcreate t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
250-makedir t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
260-whichdo redo-whichdo: fix a bug where the last dir was checked twice, and add tests. 2018-11-02 02:20:52 -04:00
350-deps t/*: some cleanups so switching between redo and minimal/do works. 2018-10-12 05:20:27 -04:00
355-deps-cyclic t/*: some cleanups so switching between redo and minimal/do works. 2018-10-12 05:20:27 -04:00
360-symlinks t/*: some cleanups so switching between redo and minimal/do works. 2018-10-12 05:20:27 -04:00
550-chdir t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
640-always t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
950-curse t/stress: add a test that usually triggers a bug using 950-curse. 2018-10-12 05:48:56 -04:00
999-installer Avoid bashism >&file 2018-10-11 03:28:05 -04:00
s60-stamp t/660-stamp: don't run at the same time as other tests in redo -j. 2018-10-12 05:20:27 -04:00
.gitignore t/stress: add a test that usually triggers a bug using 950-curse. 2018-10-12 05:48:56 -04:00
all.do builder.py: refresh the File object after obtaining the lock. 2018-10-13 01:37:08 -04:00
clean.do t/clean.do: don't forget to run s??/clean. 2018-11-02 02:20:52 -04:00
dotparams.od redo-sh: downgrade failures that affected dash; add a bash warning. 2018-10-12 05:18:25 -04:00
flush-cache Rename flush-cache.py to flush-cache, and rearrange the code a bit. 2011-02-23 01:27:41 -08:00
nothing.od shelltest: detect the ". of empty script" shell problem. 2011-02-28 22:06:57 -08:00
shelltest.od shelltest: downgrade #48 to a warning. 2018-10-29 07:35:56 +00:00
skip-if-minimal-do.sh Disable the tests that don't work with minimal/do. 2010-12-11 21:06:12 -08:00
sleep t/*.do: add some time delays. 2010-11-13 02:17:22 -08:00
stress.do t/stress: add a test that usually triggers a bug using 950-curse. 2018-10-12 05:48:56 -04:00