mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
test: add context for failing dump_syms command (#9087)
This commit is contained in:
@@ -37,7 +37,7 @@ fn main() -> Result<()> {
|
||||
|
||||
let app = App::new()?;
|
||||
|
||||
dump_syms()?;
|
||||
dump_syms().context("Failed to run `dump_syms`")?;
|
||||
|
||||
// Run normal smoke test
|
||||
let mut ipc_service = ipc_service_command().arg("run-smoke-test").popen()?;
|
||||
|
||||
Reference in New Issue
Block a user