mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Vagrantfile: Be nicer to /etc/update-motd.d.
Some of its information is helpful. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
407564086d
commit
b594708915
11
tools/setup/dev-motd
Executable file
11
tools/setup/dev-motd
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/tail -n+2
|
||||
|
||||
This is the Zulip development environment. Popular commands:
|
||||
* tools/provision - Update the development environment
|
||||
* tools/run-dev.py - Run the development server
|
||||
* tools/lint - Run the linter (quick and catches many problems)
|
||||
* tools/test-* - Run tests (use --help to learn about options)
|
||||
|
||||
Read https://zulip.readthedocs.io/en/latest/testing/testing.html to learn
|
||||
how to run individual test suites so that you can get a fast debug cycle.
|
||||
|
||||
Reference in New Issue
Block a user