We should remove datastore between tests
This commit is contained in:
@@ -70,6 +70,8 @@ run('npm', ['install'], () => {
|
|||||||
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
], waitFor());
|
], waitFor());
|
||||||
|
|
||||||
|
run('bash', ['-c', 'rm -rf ./blob ./blobstage ./datastore'], waitFor());
|
||||||
|
|
||||||
run('bash', ['-c', 'caffeinate -u -t 2'], waitFor());
|
run('bash', ['-c', 'caffeinate -u -t 2'], waitFor());
|
||||||
}
|
}
|
||||||
}).nThen((waitFor) => {
|
}).nThen((waitFor) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user