Browse Source

We should remove datastore between tests

master
Caleb James DeLisle 3 years ago
parent
commit
a8e0cf2ed0
1 changed files with 2 additions and 0 deletions
  1. 2
      runtests.js

2
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) => {

Loading…
Cancel
Save