Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug of E2E test case #3899

Closed
wants to merge 1 commit into from

Commits on Jun 25, 2021

  1. Fix bug of E2E test case

    1. The variable "stdoutBuf" is assigned to both "installPluginCmd.Stdout" and "installPluginCmd.Stderr", this causes 'if !strings.Contains(stderrBuf.String(), "Duplicate value")' takes no effect as the "stderrBuf.String()" is always empty
    2. Print the stdout and stderr for easy debugging
    
    Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
    ywk253100 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ab56b34 View commit details
    Browse the repository at this point in the history