Commit Graph

13 Commits

Author SHA1 Message Date
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