aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/instance.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/instance/instance.go')
-rw-r--r--pkg/instance/instance.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/instance/instance.go b/pkg/instance/instance.go
index df0d74b98..1d0adc5d6 100644
--- a/pkg/instance/instance.go
+++ b/pkg/instance/instance.go
@@ -256,8 +256,8 @@ func (err *CrashError) Error() string {
}
// Test boots numVMs VMs, tests basic kernel operation, and optionally tests the provided reproducer.
-// TestError is returned if there is a problem with kernel/image (crash, reboot loop, etc).
-// CrashError is returned if the reproducer crashes kernel.
+// *TestError is returned if there is a problem with kernel/image (crash, reboot loop, etc).
+// *CrashError is returned if the reproducer crashes kernel.
func (env *env) Test(numVMs int, reproSyz, reproOpts, reproC []byte) ([]EnvTestResult, error) {
if env.testSem != nil {
env.testSem.Wait()