feature(cloudcmd) test -> --test

This commit is contained in:
coderaiser 2014-07-11 02:23:40 -04:00
parent 381dda922d
commit 30c8b02cc4
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ before_install:
script:
- gulp default
- node bin/cloudcmd test
- node bin/cloudcmd --test
notifications:
#webhooks:

View file

@ -12,7 +12,7 @@
isTest;
switch (argvLast) {
case 'test':
case '--test':
Util.log('Cloud Commander testing mode');
Util.log('argv: ', argv);