Skip to content

Commit

Permalink
chore: switch to the proftest API that logs the VM output per test (#720
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aalexand committed Jan 27, 2021
1 parent 4c9d7d0 commit 6087629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/integration_test.go
Expand Up @@ -342,7 +342,7 @@ func TestAgentIntegration(t *testing.T) {

timeoutCtx, cancel := context.WithTimeout(ctx, tc.timeout)
defer cancel()
output, err := gceTr.PollForAndReturnSerialOutput(timeoutCtx, &tc.InstanceConfig, benchFinishString, errorString)
output, err := gceTr.PollAndLogSerialPort(timeoutCtx, &tc.InstanceConfig, benchFinishString, errorString, t.Logf)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 6087629

Please sign in to comment.