aboutsummaryrefslogtreecommitdiff
path: root/contrib/kyua
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/kyua')
-rw-r--r--contrib/kyua/doc/kyuafile.5.in2
-rw-r--r--contrib/kyua/drivers/run_tests.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/kyua/doc/kyuafile.5.in b/contrib/kyua/doc/kyuafile.5.in
index 43f00816d407..a9106e95d790 100644
--- a/contrib/kyua/doc/kyuafile.5.in
+++ b/contrib/kyua/doc/kyuafile.5.in
@@ -485,7 +485,7 @@ plain_test_program{name='the_test',
.Ss FreeBSD jail execution environment
The following example configures the test to be run within a temporary jail
with
-.Xr vnet 9
+.Xr VNET 9
support and the permission to create raw sockets:
.Bd -literal -offset indent
syntax(2)
diff --git a/contrib/kyua/drivers/run_tests.cpp b/contrib/kyua/drivers/run_tests.cpp
index d92940005242..3af9a1268815 100644
--- a/contrib/kyua/drivers/run_tests.cpp
+++ b/contrib/kyua/drivers/run_tests.cpp
@@ -209,7 +209,7 @@ finish_test(scheduler::result_handle_ptr result_handle,
hooks.got_result(
*test_result_handle->test_program(),
test_result_handle->test_case_name(),
- test_result_handle->test_result(),
+ test_result,
result_handle->end_time() - result_handle->start_time());
}