We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d931b6 commit 6aae7d2Copy full SHA for 6aae7d2
test/remote/runner.go
@@ -76,6 +76,7 @@ func (i *InstanceInfo) UploadAndRun(archivePath, remoteWorkspace, driverRunCmd s
76
//`awk "{print \$2}"`,
77
)
78
driverPIDString, err := i.SSHNoSudo("sh", "-c", driverPIDCmd)
79
+ klog.Infof("DRIVER PID STRING %s: COMMAND: %s", driverPIDString, driverPIDCmd)
80
if err != nil {
81
// Exit failure with the error
82
return -1, fmt.Errorf("failed to get PID of driver, got output: %v, error: %v", output, err.Error())
0 commit comments