Automatic commit with j

This commit is contained in:
Thomas Levine 2016-02-26 20:38:31 +00:00
parent e14d8edc05
commit 4cd9d41a1e
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -19,6 +19,11 @@ Hmm or maybe there's a compromise: Tell people to mount /tmp as a tmpfs so
that temp files are fast. Maybe allow people to set some other directory as
the temporary file place, in case they want a different tmpfs location.
In order to run things in parallel, we have to change how we do the
stdout_file. I think it's easiest to create separate files for each test and
to save them in testroot/.urchin/stdout/$filename. The test root would be
defined as the closest ancestor containing a .urchin directory.
Options
-------------
I want long options. For example, there's presently -f and -e.