removed window.close() call from browser, as it's causeing firefox to crash and behave strangely on the next run

This commit is contained in:
Spencer Alger
2013-11-13 14:58:53 -07:00
parent 171f9f9b9f
commit d7aa884477

View File

@ -154,10 +154,7 @@
})
};
$.post('/tests-complete', JSON.stringify(testResults), function () {
// alert('test complete');
window.close();
});
$.post('/tests-complete', JSON.stringify(testResults));
}
/** override console to force all output to go to log and err, then we have all the output **/