Zebra/zebrad
teor 631fe22422 Fix conflict test node termination
On Windows, if a process is killed after it is dead, it returns `true`
for `was_killed`. Instead, check if the process is running before killing
it.

Also make the section where processes are running as short as possible,
and include context for both processes in every error.
2021-02-19 18:03:07 +10:00
..
src Diagnostics for CI port conflict failures (#1766) 2021-02-18 12:15:09 -03:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Fix conflict test node termination 2021-02-19 18:03:07 +10:00
Cargo.toml build(deps): bump vergen from 3.1.0 to 3.2.0 2021-02-10 21:36:03 -05:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Update the zebrad commit whenever any Zebra crate changes (#1455) 2020-12-05 07:23:05 +10:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation