From 2bde54c9dc0e1776882f4e0fef5750296e848c5b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Feb 2019 12:25:20 +0000 Subject: t: Consistently remove temp directory before testing, not after When a test fails, it's useful to be able to inspect the output. Signed-off-by: Simon McVittie --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a8d5ae77f..b3636c42b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ underlays/locale /t/tmp/ /t/manual/*/git/ /t/manual/*/html/ +/t/tinyblog/.ikiwiki/ +/t/tinypodcast/.ikiwiki/ -- cgit v1.2.3