mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- fix test: command-like options
This commit is contained in:
@@ -417,14 +417,14 @@ selftest.define("command-like options", async function () {
|
||||
await run.matchErr("Unreleased");
|
||||
await run.expectExit(1);
|
||||
} else {
|
||||
run.read(release.current.getDisplayName() + "\n");
|
||||
await run.read(release.current.getDisplayName() + "\n");
|
||||
run.waitSecs(5);
|
||||
await run.expectEnd();
|
||||
await run.expectExit(0);
|
||||
}
|
||||
|
||||
run = s.run("--arch");
|
||||
run.read(archinfo.host() + "\n");
|
||||
await run.read(archinfo.host() + "\n");
|
||||
run.waitSecs(5);
|
||||
await run.expectEnd();
|
||||
await run.expectExit(0);
|
||||
|
||||
Reference in New Issue
Block a user