From 666abfa256e4e35cc6e84899f9b36c33fcdb4fd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sat, 17 Aug 2019 14:33:18 +0200
Subject: [PATCH] FIX: remove cache if exists

---
 integrationtests/full_test/test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integrationtests/full_test/test.sh b/integrationtests/full_test/test.sh
index 8774500a..f107b7a8 100755
--- a/integrationtests/full_test/test.sh
+++ b/integrationtests/full_test/test.sh
@@ -1,2 +1,4 @@
+ls 
+rm -rf cache.db
 ./filldb.sh
 py.test-3 test_crawler.py
-- 
GitLab