Skip to content

Commit 6aae7d2

Browse files
committed
add logs for PID
1 parent 4d931b6 commit 6aae7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/remote/runner.go

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func (i *InstanceInfo) UploadAndRun(archivePath, remoteWorkspace, driverRunCmd s
7676
//`awk "{print \$2}"`,
7777
)
7878
driverPIDString, err := i.SSHNoSudo("sh", "-c", driverPIDCmd)
79+
klog.Infof("DRIVER PID STRING %s: COMMAND: %s", driverPIDString, driverPIDCmd)
7980
if err != nil {
8081
// Exit failure with the error
8182
return -1, fmt.Errorf("failed to get PID of driver, got output: %v, error: %v", output, err.Error())

0 commit comments

Comments
 (0)