recreate logs dir

we have this empty .gitignore that the mail attachment code does
 not like

0|e2etest  | 2016-09-28 16:42:40: ERROR Unable to send via postmark:  { status: 422,
0|e2etest  |   message: 'Zero-sized attachments not allowed.',
This commit is contained in:
Girish Ramakrishnan 2016-09-28 11:20:58 -07:00
parent 8f03929265
commit 403de89eae
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export DEBUG_COLORS=true
test_pids=()
# before
rm -f logs/*
rm -rf logs && mkdir logs
echo "Before"
if ! ./node_modules/.bin/mocha --bail test/before.js > "logs/before.log" 2>&1; then
echo "Before script failed"