mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
panic()ing after a panic() has already been recovered by the credibility test system (i.e. after an aver! has failed) results in an abort which triggers SIGILL. Adjust the SSH based commands to generate a Result<...,Error> which we then either propagate through the test block. Or if the function is directly being evaluated in an aver! macro call .unwrap_with_default() (or .unwrap_or() in the case where the default would be wrong.) See #182 Signed-off-by: Rob Bradford <robert.bradford@intel.com>