This commit is contained in:
Girish Ramakrishnan 2016-09-21 13:31:33 -07:00
parent 742936e928
commit 0019cc0242
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ done
# after
echo "After"
if ! ./node_modules/.bin/mocha --bail test/after.js > "logs/after.js" 2>&1; then
if ! ./node_modules/.bin/mocha --bail test/after.js > "logs/after.log" 2>&1; then
echo "After script failed"
fi