Commit Graph

23 Commits

Author SHA1 Message Date
Slava Kim
39d8aef3d9 move files into console/ tool-testing/ 2015-08-06 16:39:00 -07:00
Slava Kim
6b1bb038d8 Move files into tools/fs 2015-08-03 22:09:28 -07:00
Slava Kim
8a8db83d29 Move files into tools/utils 2015-08-03 20:32:38 -07:00
Slava Kim
36b542f822 move files into tools/packaging 2015-08-03 16:03:15 -07:00
Slava Kim
08005bfe0a move runners into folder 'runners' 2015-08-01 13:01:49 -07:00
Slava Kim
56e1e08292 Rewrite part of the old/cli-test.sh test to selftest 2015-03-30 16:35:32 -07:00
sashko
c914dc94cf Fix command line test by adding small wait 2015-03-05 19:47:11 -08:00
Sashko Stubailo
5c5af8bdff Uncomment empty string argument tests
Add an if statement so that they don't fail on Windows
2015-03-05 18:45:27 -08:00
Sashko Stubailo
9ef49c60dc Comment out empty string arg tests
These don't work on Windows because of a Node bug that is fixed in a
newer release. These tests aren't super necessary anyway, so it's
better to comment the empty string ones to let the real ones run
2015-02-10 12:28:25 -08:00
David Glasser
074087be8a meteor login --email was supposed to be boolean!
See #3532.

We honestly should probably just drop the option and allow you to type
either a username or a password, just like in accounts-ui.

Because options have to be consistently bool or not across commands (so
that you can put them before the command name), change the testing-only
dummy command's string option to a different nonsense name.
2015-01-27 14:17:41 -08:00
Justin SB
78b7896ea5 Update match for new deprecation warning on meteor bundle 2014-10-17 12:49:49 -07:00
Emily Stark
8b86948d41 Fix argument parsing test; default port is now a string 2014-10-08 11:50:21 -07:00
Matthew Arbesfeld
b78bca197e Fix command line test 2014-08-20 21:19:50 -07:00
David Glasser
2e5adc2659 fix autoupdate test
also fixes a bunch of other stuff like:

- parseStack markTop works again (so you get the right line numbers in
  self-test)

- you can (with appropriate env var) run apps with NO PACKAGES at
  all (even ctl)

- more consistently refer to METEOR-CORE@ releases as "Meteor 1.2.3"
2014-06-17 14:26:29 -07:00
ekatek
3b16031844 pass some more tests 2014-06-13 17:39:36 -07:00
Emily Stark
b04aa12d39 Make 'empty' a test app with no packages.
Rename previous 'empty' app to 'standard-app'.
2014-02-14 17:59:59 -08:00
David Glasser
afdce8cccd support '=' in command-line arguments 2014-02-05 15:52:05 -08:00
David Glasser
65addc22d6 support short string arguments
change how splice is called to be sort of better
2014-02-05 15:52:05 -08:00
David Glasser
9ea312c100 explicit test that empty arguments work 2014-02-05 15:52:05 -08:00
David Glasser
d218256a13 support '-' as an argument 2014-02-05 15:52:05 -08:00
David Glasser
f36dc758b8 add "scoped" Sandbox.cd to tests
I honestly have found it difficult in the old cli-test.sh to figure out
which tests were inside which directories and wanted something like
this there.
2014-02-03 10:27:08 -08:00
David Glasser
736cac2e42 Fix stack trace on 'asdf --version', etc 2014-01-30 11:30:55 -08:00
Geoff Schmidt
fd5073888a Rename 'self tests' directory to 'tests' 2014-01-28 16:00:46 -08:00