Files
zulip/tools
sumanthvrao c5de6d0e18 spiders: Set error status for exceptions generated by spider.
Spider raises exceptions when errors like FileNotFound
are detected. However, these did not set error state
before exiting causing spider to fail silently.

This patch sets the status causing exceptions to exit with
non-zero exit status.
2019-04-08 17:04:29 -07:00
..
2019-03-17 13:38:31 -07:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-04-05 15:18:38 -07:00
2019-02-02 17:10:31 -08:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.