mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change logs match string to something that (I think) always appears
This commit is contained in:
@@ -76,6 +76,7 @@ var logout = function (s) {
|
||||
// 'legacy-password-app-for-selftest'
|
||||
// 'legacy-no-password-app-for-selftest'
|
||||
// 'app-for-selftest-not-test-owned'
|
||||
// 'app-for-selftest-test-owned'
|
||||
|
||||
selftest.define('deploy - logged in', ['net', 'slow'], function () {
|
||||
// Create two sandboxes: one with a warehouse so that we can run
|
||||
|
||||
@@ -21,7 +21,10 @@ var logsOrMongoForApp = function (sandbox, command, appName, options) {
|
||||
runArgs.push('--url');
|
||||
matchString = 'mongodb://';
|
||||
} else if (command === 'logs') {
|
||||
matchString = 'Starting application';
|
||||
// I suppose it's possible that we don't have any INFO messages in
|
||||
// the logs, but it seems unlikely. Every time we run a command we
|
||||
// hit /_GALAXY_ on the site.
|
||||
matchString = 'INFO';
|
||||
} else {
|
||||
throw new Error('Command must be "logs" or "mongo"');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user