From a8e0cf2ed01407821d14d45481da27881835152f Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Thu, 11 Jan 2018 16:06:58 +0100 Subject: [PATCH] We should remove datastore between tests --- runtests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtests.js b/runtests.js index bb7b49f5c..6d275d5d6 100644 --- a/runtests.js +++ b/runtests.js @@ -70,6 +70,8 @@ run('npm', ['install'], () => { ' | awk \'{print $2}\' | while read x; do kill $x; done' ], waitFor()); + run('bash', ['-c', 'rm -rf ./blob ./blobstage ./datastore'], waitFor()); + run('bash', ['-c', 'caffeinate -u -t 2'], waitFor()); } }).nThen((waitFor) => {