aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/vminfo/features.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vminfo/features.go b/pkg/vminfo/features.go
index 67969a37f..bf2d152ab 100644
--- a/pkg/vminfo/features.go
+++ b/pkg/vminfo/features.go
@@ -188,7 +188,7 @@ func (ctx *checkContext) featureSucceeded(feat flatrpc.Feature, testProg *prog.P
if res.Err != nil {
return res.Err.Error()
}
- return "test program execution failed"
+ return fmt.Sprintf("test program execution failed: status=%v", res.Status)
}
if len(res.Info.Calls) != len(testProg.Calls) {
return fmt.Sprintf("only %v calls are executed out of %v",