mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This mostly fixes tests: - removes the 'restarted' check from some tests. We don't need it in those cases (printing the other banner is enough). We can no longer rely on that executing after the code in the package (in fact it seems to execute before, and then get overwritten), and the test still tests what it is intended to (that the new package code executes). - minor fixes to essentially syntax errors -- the skeleton now uses double quotes instead of single quotes, so a regex failed to work, for example. We changed a version number in one part of the test, but not another. - fixes selftest.js, sort of, to actually print out what test we are testing. This is an unfortunate interaction of Console.js changes in 1.0.2 and a progress bar (that came later). The progress bar erases the message telling you what test is running when you use a standard terminal. That's awkward, fixed.