Skip to content

Regression

e2e/linux.TestInvokePluginFromCLI (from e2e_linux)

Failing for the past 1 build (Since Failed #13 )
Took 0.4 sec.

Error Message

Failed

Stacktrace

=== RUN   TestInvokePluginFromCLI
--- FAIL: TestInvokePluginFromCLI (0.40s)
    plugin_test.go:26: assertion failed: 
        --- expected
        +++ actual
        @@ -11,5 +11,5 @@
         
         Commands:
        -  build       Build an App Image from a .dockerapp App Definition
        +  build       Build an App Image from an App Definition (.dockerapp)
           init        Initialize an App Definition
           ls          List Running Apps
        @@ -19,5 +19,5 @@
           run         Run an App from an App Image
           update      Update a Running App
        -  validate    Check that a .dockerapp App Definition is syntactically correct
        +  validate    Check that an App Definition (.dockerapp) is syntactically correct
         
         Run 'docker app COMMAND --help' for more information on a command.