From 3c27d18c95869a2cd88c9be343550f5faaf681c4 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 13 Sep 2010 21:32:00 +0200 Subject: [PATCH] add cleanup for tests that need local index --- tests/shared.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/shared.sh b/tests/shared.sh index d11ec4af..49f9e331 100644 --- a/tests/shared.sh +++ b/tests/shared.sh @@ -27,8 +27,9 @@ checkresult() { fatal '*** ' $myname FAILED else rm -f $mydiffs + # for tests with a local index + rm -rf xapiandb aspdict.* missing recoll.conf exit 0 fi } -