Skip to content

Commit bc35c77

Browse files
committed
chore: no more logs when cli is installed locally
NativeScript/nativescript-cli#4317 remove extra logs when CLI is installed localy.
1 parent ecf71ef commit bc35c77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

run_common.py

-9
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,6 @@ def __install_ns_cli():
102102
# noinspection SpellCheckingInspection
103103
assert 'postinstall.js' in output, 'Post install scripts not executed.'
104104
assert 'dev-post-install' not in output, 'Dev post install executed on installation.'
105-
assert 'Installation successful.' in output, 'No success message.'
106-
assert 'Connect with us on http://twitter.com/NativeScript' in output, 'No connect on twitter message.'
107-
assert 'tns create <app name>' in output, 'No help for create new project.'
108-
assert 'tns build <platform>' in output, 'No help for building app.'
109-
assert 'https://docs.nativescript.org/start/quick-setup' in output, 'No link to quick setup.'
110-
assert 'tns cloud build' in output, 'No help for cloud builds.'
111-
assert 'https://play.nativescript.org' in output, 'No link to {N} Playground.'
112-
assert 'https://stackoverflow.com/questions/tagged/nativescript' in output, 'No Stackoverflow link.'
113-
assert 'https://nativescriptcommunity.slack.com' in output, 'No link to community Slack.'
114105

115106

116107
def __install_ng_cli():

0 commit comments

Comments
 (0)