From 4cd9d41a1edec41191b0b40cbd2daf7b9309ac18 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 26 Feb 2016 20:38:31 +0000 Subject: [PATCH] Automatic commit with j --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index a88df24..9fe3363 100644 --- a/TODO +++ b/TODO @@ -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.