Merge pull request #1 from n8225/testpr

fix brimir
pull/830/head
n8225 8 years ago committed by GitHub
commit 4cfd3e39ca

@ -27,10 +27,12 @@ function entryErrorCheck(md) {
if (entryArray[i].pass == true) {
totalPass += 1;
//console.log(i + 1 + ". Pass: " + entryArray[i].name);
process.exit(0);
} else {
console.log("Line #" + i + 1 + ". Fail: " + entryArray[i].name);
//console.log(entries[i]);
totalFail += 1;
process.exit(1);
}
}
}

Loading…
Cancel
Save