mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix command line test by adding small wait
This commit is contained in:
@@ -24,6 +24,7 @@ selftest.define("argument parsing", function () {
|
||||
|
||||
// conflicting command-like options
|
||||
run = s.run("aoeuasdf", "--version");
|
||||
run.waitSecs(5);
|
||||
run.matchErr("pass anything else along with --version");
|
||||
run.expectExit(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user