mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
test(cli): make server_start cleanup non-graceful
This commit is contained in:
parent
b03d04f771
commit
ccfae68bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ fn concurrent_autostart_converges_on_one_shared_daemon_and_cleans_up() {
|
|||
.env("NO_COLOR", "1")
|
||||
.env("FABRO_CONFIG", &config_path)
|
||||
.env("FABRO_NO_UPGRADE_CHECK", "true")
|
||||
.args(["server", "stop"])
|
||||
.args(["server", "stop", "--timeout", "0"])
|
||||
.output()
|
||||
.expect("server stop should execute");
|
||||
assert!(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue