fix: stale stop message, add restart/start-all/stop-all tests
This commit is contained in:
@@ -201,7 +201,10 @@ def stop(ctx, name):
|
||||
click.echo(f"{tunnel.name} is not running")
|
||||
continue
|
||||
stop_tunnel(config_dir, tunnel.name)
|
||||
click.echo(f"Stopped {tunnel.name}")
|
||||
if status.state == "stale":
|
||||
click.echo(f"{tunnel.name}: cleaned up stale pid")
|
||||
else:
|
||||
click.echo(f"Stopped {tunnel.name}")
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
||||
Reference in New Issue
Block a user