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:
parent
8f03929265
commit
403de89eae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user