Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CombinedOutputLog (0.4 sec)

  1. pkg/proxy/conntrack/conntrack_test.go

    	// only possibilities here are that we ran 1 command or we ran 0.
    	if ct.execer.(*fakeexec.FakeExec).CommandCalls != 1 {
    		return ""
    	}
    	return strings.Join(ct.fcmd.CombinedOutputLog[0], " ")
    }
    
    func TestExec(t *testing.T) {
    	testCases := []struct {
    		args      []string
    		result    fakeexec.FakeAction
    		expectErr bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:08:36 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top